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

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/include/RAT/GeoWaterBoxArrayFactory.hh Source File
Ratpac-two
GeoWaterBoxArrayFactory.hh
1 #ifndef __RAT_GeoWaterBoxArrayFactory__
2 #define __RAT_GeoWaterBoxArrayFactory__
3 
4 #include <G4VPhysicalVolume.hh>
5 #include <RAT/GeoFactory.hh>
6 
7 namespace RAT {
12  public:
13  GeoWaterBoxArrayFactory() : GeoFactory("waterboxarray") {}
14  virtual G4VPhysicalVolume *Construct(DBLinkPtr table);
15 };
16 
17 } // namespace RAT
18 
19 #endif
Definition: GeoFactory.hh:18
Makes and array of water boxes.
Definition: GeoWaterBoxArrayFactory.hh:11
virtual G4VPhysicalVolume * Construct(DBLinkPtr table)
Makes an array of waterbox physical volumes.
Definition: GeoWaterBoxArrayFactory.cc:13
Definition: CCCrossSecMessenger.hh:29