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

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