/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/include/RAT/WaterBoxConstruction.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/include/RAT/WaterBoxConstruction.hh Source File
Ratpac-two
WaterBoxConstruction.hh
1 #ifndef __RAT_WaterBoxConstruction__
2 #define __RAT_WaterBoxConstruction__
3 
4 #include <RAT/GeoSolidFactory.hh>
5 
6 namespace RAT {
12  public:
14  virtual G4LogicalVolume *ConstructLogicalVolume(DBLinkPtr table);
15 };
16 
17 } // namespace RAT
18 
19 #endif
Definition: WaterBoxConstruction.hh:11
virtual G4LogicalVolume * ConstructLogicalVolume(DBLinkPtr table)
Log volume for water box.
Definition: WaterBoxConstruction.cc:15
Definition: CCCrossSecMessenger.hh:29