CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <CgemG4Geo.h>
Public Member Functions | |
CgemG4Geo () | |
Constructor. | |
~CgemG4Geo () | |
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 MdcGeo contains all of the objects necessary to describe the Mdc geometry by GDML.
Definition at line 19 of file CgemG4Geo.h.
CgemG4Geo::CgemG4Geo | ( | ) |
Constructor.
Definition at line 20 of file CgemG4Geo.cxx.
CgemG4Geo::~CgemG4Geo | ( | ) |
void CgemG4Geo::InitFromGdml | ( | const char * | gdmlFile, |
const char * | setupName | ||
) |
Initialize the instance of G4Geo.
Definition at line 33 of file CgemG4Geo.cxx.
Referenced by CgemG4Geo().
void CgemG4Geo::SetDefaultVis | ( | ) |
Set default visual attributes;.
Definition at line 45 of file CgemG4Geo.cxx.
Referenced by InitFromGdml().