BOSS 7.0.6
BESIII Offline Software System
|
#include <BesG4Geo.h>
Public Member Functions | |
BesG4Geo () | |
Constructor. | |
~BesG4Geo () | |
Destructor. | |
void | InitFromGdml (const char *gdmlFile, const char *setupName) |
Initialize the instance of G4Geo. | |
void | SetDefaultVis () |
Set default visual attributes;. | |
Public Member Functions inherited from SubDetectorG4Geo | |
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;. | |
Additional Inherited Members | |
Protected Attributes inherited from SubDetectorG4Geo | |
int | m_G4GeoInit |
G4LogicalVolume * | m_TopVolume |
Class BesGeo contains all of the objects necessary to describe the tof geometry.
Definition at line 21 of file BesG4Geo.h.
BesG4Geo::BesG4Geo | ( | ) |
Constructor.
Definition at line 21 of file BesG4Geo.cxx.
BesG4Geo::~BesG4Geo | ( | ) |
void BesG4Geo::InitFromGdml | ( | const char * | gdmlFile, |
const char * | setupName | ||
) |
Initialize the instance of G4Geo.
Definition at line 34 of file BesG4Geo.cxx.
Referenced by BesG4Geo().
void BesG4Geo::SetDefaultVis | ( | ) |
Set default visual attributes;.
Definition at line 46 of file BesG4Geo.cxx.
Referenced by InitFromGdml().