|
CbmRoot
|
#include <CbmBmon.h>
Public Member Functions | |
| CbmBmon () | |
| CbmBmon (const char *name="BMON", const char *Title="CBM BMON") | |
| CbmBmon (const CbmBmon &)=delete | |
| CbmBmon & | operator= (const CbmBmon &)=delete |
| virtual | ~CbmBmon () |
| virtual void | ConstructGeometry () |
| virtual void | ConstructRootGeometry (TGeoMatrix *shift=nullptr) |
Private Attributes | |
| TGeoCombiTrans * | fCombiTrans |
| std::string | fVolumeName |
| CbmBmon::CbmBmon | ( | ) |
Definition at line 24 of file CbmBmon.cxx.
References fCombiTrans, and fVolumeName.
Referenced by CbmBmon(), and operator=().
| CbmBmon::CbmBmon | ( | const char * | name = "BMON", |
| const char * | Title = "CBM BMON" ) |
Definition at line 27 of file CbmBmon.cxx.
References fCombiTrans, and fVolumeName.
|
virtual |
Definition at line 42 of file CbmBmon.cxx.
|
virtual |
Definition at line 59 of file CbmBmon.cxx.
References fCombiTrans, and Cbm::GeometryUtils::ImportRootGeometry().
|
virtual |
Definition at line 44 of file CbmBmon.cxx.
References fCombiTrans, Cbm::GeometryUtils::ImportRootGeometry(), and Cbm::GeometryUtils::IsNewGeometryFile().
|
private |
Definition at line 39 of file CbmBmon.h.
Referenced by CbmBmon(), CbmBmon(), ConstructGeometry(), and ConstructRootGeometry().
|
private |