|
CbmRoot
|
#include <CbmPlatform.h>
Public Member Functions | |
| CbmPlatform () | |
| CbmPlatform (const char *name, const char *Title="CBM Platform") | |
| CbmPlatform (const CbmPlatform &)=delete | |
| CbmPlatform & | operator= (const CbmPlatform &)=delete |
| virtual | ~CbmPlatform () |
| virtual void | ConstructGeometry () |
| virtual void | ConstructAsciiGeometry () |
Private Attributes | |
| TGeoCombiTrans * | fCombiTrans |
| std::string | fVolumeName |
| Transformation matrix for geometry positioning. | |
Definition at line 14 of file CbmPlatform.h.
| CbmPlatform::CbmPlatform | ( | ) |
Definition at line 25 of file CbmPlatform.cxx.
References fCombiTrans, and fVolumeName.
Referenced by CbmPlatform(), and operator=().
| CbmPlatform::CbmPlatform | ( | const char * | name, |
| const char * | Title = "CBM Platform" ) |
Definition at line 27 of file CbmPlatform.cxx.
References fCombiTrans, and fVolumeName.
|
delete |
References CbmPlatform().
|
virtual |
Definition at line 31 of file CbmPlatform.cxx.
|
virtual |
Definition at line 54 of file CbmPlatform.cxx.
References CbmGeoPassivePar::GetGeoPassiveNodes(), and CbmGeoPassivePar::GetGeoSensitiveNodes().
Referenced by ConstructGeometry().
|
virtual |
Definition at line 33 of file CbmPlatform.cxx.
References ConstructAsciiGeometry(), fCombiTrans, Cbm::GeometryUtils::ImportRootGeometry(), and Cbm::GeometryUtils::IsNewGeometryFile().
|
delete |
References CbmPlatform().
|
private |
Definition at line 27 of file CbmPlatform.h.
Referenced by CbmPlatform(), CbmPlatform(), and ConstructGeometry().
|
private |
Transformation matrix for geometry positioning.
Definition at line 28 of file CbmPlatform.h.
Referenced by CbmPlatform(), and CbmPlatform().