Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-18 08:30:06

0001 
0002 #ifndef _PFRICH_CERN_DETECTOR_CONSTRUCTION_
0003 #define _PFRICH_CERN_DETECTOR_CONSTRUCTION_
0004 
0005 #include "DetectorConstruction.h"
0006 
0007 class CherenkovDetector;
0008 class CherenkovDetectorCollection;
0009 
0010 class CERNDetectorConstruction : public DetectorConstruction
0011 {
0012 public:
0013   CERNDetectorConstruction(CherenkovDetectorCollection *geometry);
0014   virtual ~CERNDetectorConstruction() {};
0015 
0016   G4VPhysicalVolume* Construct( void );
0017 };
0018 
0019 #endif