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

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