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

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/include/RAT/WLSPCoverFactory.hh Source File
Ratpac-two
WLSPCoverFactory.hh
1 #ifndef __RAT_WLSPCoverFactory__
2 #define __RAT_WLSPCoverFactory__
3 
4 #include <G4VSolid.hh>
5 #include <RAT/GeoSolidArrayFactoryBase.hh>
6 
7 namespace RAT {
9  public:
10  WLSPCoverFactory() : GeoSolidArrayFactoryBase("wlsp_cover"){};
11  virtual G4VPhysicalVolume *Construct(DBLinkPtr table);
12 };
13 
14 } // namespace RAT
15 
16 #endif
Definition: GeoSolidArrayFactoryBase.hh:7
Definition: WLSPCoverFactory.hh:8
Definition: CCCrossSecMessenger.hh:29