FairRoot/PandaRoot
PndG4DummyDetectorConstruction.h
Go to the documentation of this file.
1 #ifndef PNDG4DUMMYDETECTORCONSTRUCTION_H
2 #define PNDG4DUMMYDETECTORCONSTRUCTION_H 1
3 
4 #include "globals.hh"
5 #include "G4VUserDetectorConstruction.hh"
6 class G4VPhysicalVolume;
7 
8 class PndG4DummyDetectorConstruction : public G4VUserDetectorConstruction
9 {
10  public:
13  virtual G4VPhysicalVolume* Construct();
14  virtual void ConstructSDandField();
15 };
16 
17 #endif