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

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