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

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/include/RAT/GeoRevolutionChimneyFactory.hh Source File
Ratpac-two
GeoRevolutionChimneyFactory.hh
1 
16 #ifndef __RAT_GeoRevolutionChimneyFactory__
17 #define __RAT_GeoRevolutionChimneyFactory__
18 
19 #include <RAT/GeoSolidFactory.hh>
20 
21 namespace RAT {
23  public:
24  GeoRevolutionChimneyFactory() : GeoSolidFactory("revolveChimney"){};
25  virtual G4VSolid *ConstructSolid(DBLinkPtr table);
26 };
27 
28 } // namespace RAT
29 
30 #endif
Define the geometry of the a revolution solid with a chimney in the middle.
Definition: GeoRevolutionChimneyFactory.hh:22
virtual G4VSolid * ConstructSolid(DBLinkPtr table)
Definition: GeoRevolutionChimneyFactory.cc:13
Definition: GeoSolidFactory.hh:8
Definition: CCCrossSecMessenger.hh:29