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

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