diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
| commit | e3079fb2367c26f767be41e6c313d960c517bbcd (patch) | |
| tree | 509f081184a4179894ab8370ea06425d46729e9a /include/G4BeamTestDetectorConstruction.h | |
| parent | ba4dd395d1f163983f7102ff9a6c513cfe17912e (diff) | |
| download | G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.tar.gz G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.zip | |
Thu 22 Aug 01:37:19 BST 2019
Diffstat (limited to 'include/G4BeamTestDetectorConstruction.h')
| -rw-r--r-- | include/G4BeamTestDetectorConstruction.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/G4BeamTestDetectorConstruction.h b/include/G4BeamTestDetectorConstruction.h index 7e109b2..c2720ce 100644 --- a/include/G4BeamTestDetectorConstruction.h +++ b/include/G4BeamTestDetectorConstruction.h @@ -5,6 +5,7 @@ #include <G4ThreeVector.hh> #include "G4BeamTestTank.h" +#include "G4BeamTestSC4SD.h" class G4BeamTestDetectorConstruction: public G4VUserDetectorConstruction { @@ -26,12 +27,8 @@ class G4BeamTestDetectorConstruction: public G4VUserDetectorConstruction void CreateMaterials(); void CreateAir(); - /* void CreateIce(); */ - /* void CreateSnow(); */ void CreateWater(); void CreatePlastic(); - /* void CreateTyvek(); */ - /* void CreatePerlite(); */ void CreateGlassSphere(); void CreateEffectiveDOMMaterial(); void CreateSC4(); @@ -41,6 +38,7 @@ class G4BeamTestDetectorConstruction: public G4VUserDetectorConstruction G4int verboseLevel_; G4BeamTestTank* tank_; + G4BeamTestSC4SD* sc4SD_; }; #endif |
