/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/TrkExtAlg/TrkExtAlg-00-00-64/TrkExtAlg/ExtBesMdcConstruction.h

Go to the documentation of this file.
00001 #ifndef ExtBesMdcConstruction_H
00002 #define ExtBesMdcConstruction_H 1
00003 
00004 class G4LogicalVolume;
00005 class G4VPhysicalVolume;
00006 
00007 #include "TrkExtAlg/ExtBesSubdetector.h"
00008 
00009 class ExtBesMdcConstruction : public ExtBesSubdetector
00010 {
00011         public:
00012                 ExtBesMdcConstruction();
00013                 ~ExtBesMdcConstruction();
00014                 
00015                 void Construct(G4LogicalVolume*);
00016 
00017         private:
00018                 G4VPhysicalVolume* physicalMdc;
00019                 G4LogicalVolume*   logicalMdc;
00020 };
00021 
00022 #endif

Generated on Tue Nov 29 23:14:12 2016 for BOSS_7.0.2 by  doxygen 1.4.7