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

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