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

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