R3BROOT
R3B analysis software
|
#include <R3BVacVesselCool.h>
Public Member Functions | |
R3BVacVesselCool () | |
R3BVacVesselCool (const TString &name) | |
R3BVacVesselCool (const TString &name, const TString &geoFile, const TGeoTranslation &trans, const TGeoRotation &rot=TGeoRotation()) | |
R3BVacVesselCool (const TString &name, const TString &geoFile, const TGeoCombiTrans &combi=TGeoCombiTrans()) | |
void | ConstructGeometry () |
Construct geometry from root files. | |
![]() | |
R3BModule () | |
R3BModule (const TString &name, const TString &title, const Bool_t active=kFALSE) | |
R3BModule (const TString &name, const TString &title, const Bool_t active, const TString &geoFile, const TGeoTranslation &trans, const TGeoRotation &rot=TGeoRotation()) | |
R3BModule (const TString &name, const TString &title, const Bool_t active, const TString &geoFile, const TGeoCombiTrans &combi=TGeoCombiTrans()) | |
virtual void | ConstructRootGeometry (TGeoMatrix *p=nullptr) override |
virtual void | SetPosition (const TGeoTranslation &trans) |
Method to setup the position of the detector-origin. | |
virtual void | SetRotation (const TGeoRotation &rot) |
Method to setup the rotation of the detector. | |
Additional Inherited Members | |
![]() | |
TGeoCombiTrans | fCombiTrans |
Definition at line 19 of file R3BVacVesselCool.h.
R3BVacVesselCool::R3BVacVesselCool | ( | ) |
Definition at line 17 of file R3BVacVesselCool.cxx.
R3BVacVesselCool::R3BVacVesselCool | ( | const TString & | name | ) |
Definition at line 22 of file R3BVacVesselCool.cxx.
R3BVacVesselCool::R3BVacVesselCool | ( | const TString & | name, |
const TString & | geoFile, | ||
const TGeoTranslation & | trans, | ||
const TGeoRotation & | rot = TGeoRotation() ) |
Definition at line 27 of file R3BVacVesselCool.cxx.
R3BVacVesselCool::R3BVacVesselCool | ( | const TString & | name, |
const TString & | geoFile, | ||
const TGeoCombiTrans & | combi = TGeoCombiTrans() ) |
Definition at line 35 of file R3BVacVesselCool.cxx.
|
virtual |
Reimplemented from R3BModule.
Definition at line 40 of file R3BVacVesselCool.cxx.