GeoCherenkovSourceFactory Class Reference
|
Ratpac-two
|
Public Member Functions |
Protected Member Functions |
Static Protected Member Functions |
List of all members
RAT::GeoCherenkovSourceFactory Class Reference
Geometry for the Cherenkov Source being developed at Berkeley. More...
#include <GeoCherenkovSourceFactory.hh>
Inheritance diagram for RAT::GeoCherenkovSourceFactory:
Public Member Functions | |
| virtual G4VPhysicalVolume * | Construct (DBLinkPtr table) |
Public Member Functions inherited from RAT::GeoFactory | |
| GeoFactory (const std::string &name) | |
Protected Member Functions | |
| G4OpticalSurface * | GetSurface (std::string surface_name) |
Protected Member Functions inherited from RAT::GeoFactory | |
| virtual void | SetSensitive (G4LogicalVolume *logi, DBLinkPtr table) |
| virtual G4VPhysicalVolume * | ConstructPhysicalVolume (G4LogicalVolume *logi, G4LogicalVolume *mother, DBLinkPtr table) |
| virtual G4VPhysicalVolume * | ConstructPhysicalReplica (G4LogicalVolume *logi, G4LogicalVolume *mother, DBLinkPtr table) |
Static Protected Member Functions | |
| static G4VisAttributes * | GetColor (std::vector< double > color) |
Additional Inherited Members | |
Static Public Member Functions inherited from RAT::GeoFactory | |
| static void | Register (const std::string &name, GeoFactory *factory) |
| static G4VPhysicalVolume * | ConstructWithFactory (const std::string &name, DBLinkPtr table) |
| static G4LogicalVolume * | FindMother (const std::string mother_name) |
| static G4VPhysicalVolume * | FindPhysMother (std::string mother_name) |
Static Protected Attributes inherited from RAT::GeoFactory | |
| static std::map< std::string, GeoFactory * > | fFactoryMap |
Detailed Description
Geometry for the Cherenkov Source being developed at Berkeley.
REVISION HISTORY:
17/06/14 : B. Land - Folded development version into RAT
Constructs the Cherenkov source geometry for the actual source being developed at Berkeley. (work in progress)
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/include/RAT/GeoCherenkovSourceFactory.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/geo/src/GeoCherenkovSourceFactory.cc
Generated by
Public Member Functions inherited from