BOSS 7.0.3
BESIII Offline Software System
|
#include <SubDetectorG4Geo.h>
Public Member Functions | |
SubDetectorG4Geo () | |
Constructor. | |
virtual | ~SubDetectorG4Geo () |
Destructor. | |
void | ReadGdml (const char *gdmlFile, const char *setupName) |
Initialize the instance of G4Geo. | |
int | IsInitialized () |
If the G4 geometry of this subdetctor is initialized;. | |
G4LogicalVolume * | GetLogicalVolume (const std::string &vn) |
Get a logical volume by name;. | |
G4LogicalVolume * | GetTopVolume () |
Get the top(world) volume;. | |
SubDetectorG4Geo () | |
Constructor. | |
virtual | ~SubDetectorG4Geo () |
Destructor. | |
void | ReadGdml (const char *gdmlFile, const char *setupName) |
Initialize the instance of G4Geo. | |
int | IsInitialized () |
If the G4 geometry of this subdetctor is initialized;. | |
G4LogicalVolume * | GetLogicalVolume (const std::string &vn) |
Get a logical volume by name;. | |
G4LogicalVolume * | GetTopVolume () |
Get the top(world) volume;. | |
Protected Attributes | |
int | m_G4GeoInit |
G4LogicalVolume * | m_TopVolume |
Class SubDetectorG4Geo is a base class for the four subdetector G4 geometry class.
Definition at line 30 of file DetectorDescription/G4Geo/G4Geo-00-00-13/G4Geo/SubDetectorG4Geo.h.
SubDetectorG4Geo::SubDetectorG4Geo | ( | ) |
Constructor.
Definition at line 15 of file SubDetectorG4Geo.cxx.
|
virtual |
SubDetectorG4Geo::SubDetectorG4Geo | ( | ) |
Constructor.
|
virtual |
Destructor.
G4LogicalVolume * SubDetectorG4Geo::GetLogicalVolume | ( | const std::string & | vn | ) |
Get a logical volume by name;.
Definition at line 40 of file SubDetectorG4Geo.cxx.
Referenced by BesG4Geo::InitFromGdml(), EmcG4Geo::InitFromGdml(), MdcG4Geo::InitFromGdml(), MRPCG4Geo::InitFromGdml(), MucG4Geo::InitFromGdml(), and TofG4Geo::InitFromGdml().
G4LogicalVolume * SubDetectorG4Geo::GetLogicalVolume | ( | const std::string & | vn | ) |
Get a logical volume by name;.
|
inline |
Get the top(world) volume;.
Definition at line 50 of file DetectorDescription/G4Geo/G4Geo-00-00-13/G4Geo/SubDetectorG4Geo.h.
Referenced by BesEmcConstruction::Construct(), BesMdcConstruction::Construct(), ExtBesEmcConstruction::Construct(), ExtBesMdcConstruction::Construct(), BesTofConstruction::Construct(), BesMucConstruction::Construct(), ExtBesMucConstruction::Construct(), ExtBesTofConstruction::Construct(), ExtBesTofConstruction::ConstructETF(), KalFitAlg::setBesFromGdml(), and TRungeFitter::setBesFromGdml().
|
inline |
Get the top(world) volume;.
Definition at line 50 of file InstallArea/include/G4Geo/G4Geo/SubDetectorG4Geo.h.
|
inline |
If the G4 geometry of this subdetctor is initialized;.
Definition at line 44 of file DetectorDescription/G4Geo/G4Geo-00-00-13/G4Geo/SubDetectorG4Geo.h.
|
inline |
If the G4 geometry of this subdetctor is initialized;.
Definition at line 44 of file InstallArea/include/G4Geo/G4Geo/SubDetectorG4Geo.h.
void SubDetectorG4Geo::ReadGdml | ( | const char * | gdmlFile, |
const char * | setupName | ||
) |
Initialize the instance of G4Geo.
Definition at line 28 of file SubDetectorG4Geo.cxx.
Referenced by BesG4Geo::InitFromGdml(), EmcG4Geo::InitFromGdml(), MdcG4Geo::InitFromGdml(), MRPCG4Geo::InitFromGdml(), MucG4Geo::InitFromGdml(), and TofG4Geo::InitFromGdml().
void SubDetectorG4Geo::ReadGdml | ( | const char * | gdmlFile, |
const char * | setupName | ||
) |
Initialize the instance of G4Geo.
|
protected |
Definition at line 59 of file DetectorDescription/G4Geo/G4Geo-00-00-13/G4Geo/SubDetectorG4Geo.h.
Referenced by BesG4Geo::InitFromGdml(), EmcG4Geo::InitFromGdml(), MdcG4Geo::InitFromGdml(), MRPCG4Geo::InitFromGdml(), MucG4Geo::InitFromGdml(), TofG4Geo::InitFromGdml(), and IsInitialized().
|
protected |
Definition at line 61 of file DetectorDescription/G4Geo/G4Geo-00-00-13/G4Geo/SubDetectorG4Geo.h.
Referenced by GetTopVolume(), BesG4Geo::InitFromGdml(), EmcG4Geo::InitFromGdml(), MdcG4Geo::InitFromGdml(), MRPCG4Geo::InitFromGdml(), MucG4Geo::InitFromGdml(), and TofG4Geo::InitFromGdml().