File indexing completed on 2025-01-18 10:18:20
0001
0002 #ifndef _PFRICH_FTBF_DETECTOR_CONSTRUCTION_
0003 #define _PFRICH_FTBF_DETECTOR_CONSTRUCTION_
0004
0005 #include "DetectorConstruction.h"
0006
0007 class CherenkovDetector;
0008 class CherenkovDetectorCollection;
0009
0010 class FTBFDetectorConstruction : public DetectorConstruction
0011 {
0012 public:
0013 FTBFDetectorConstruction(CherenkovDetectorCollection *geometry);
0014 virtual ~FTBFDetectorConstruction() {};
0015
0016 G4VPhysicalVolume* Construct( void );
0017 };
0018
0019 #endif