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  public:
12  virtual G4VPhysicalVolume *Construct();
13  virtual void ConstructSDandField();
14 };
15 
16 #endif
virtual void ConstructSDandField()
virtual G4VPhysicalVolume * Construct()