BOSS 6.6.4.p01
BESIII Offline Software System
|
#include <MRPCG4Geo.h>
Public Member Functions | |
MRPCG4Geo () | |
Constructor. | |
~MRPCG4Geo () | |
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 TofGeo contains all of the objects necessary to describe the tof geometry.
Definition at line 21 of file MRPCG4Geo.h.
MRPCG4Geo::MRPCG4Geo | ( | ) |
Constructor.
Definition at line 22 of file MRPCG4Geo.cxx.
MRPCG4Geo::~MRPCG4Geo | ( | ) |
void MRPCG4Geo::InitFromGdml | ( | const char * | gdmlFile, |
const char * | setupName | ||
) |
Initialize the instance of G4Geo.
Definition at line 39 of file MRPCG4Geo.cxx.
Referenced by MRPCG4Geo().
void MRPCG4Geo::SetDefaultVis | ( | ) |
Set default visual attributes;.
Definition at line 51 of file MRPCG4Geo.cxx.
Referenced by InitFromGdml().