#include <R3BModule.h>
|
| 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 | ConstructGeometry () override |
| Construct geometry from root files.
|
|
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.
|
|
Definition at line 21 of file R3BModule.h.
◆ R3BModule() [1/4]
◆ R3BModule() [2/4]
R3BModule::R3BModule |
( |
const TString & | name, |
|
|
const TString & | title, |
|
|
const Bool_t | active = kFALSE ) |
◆ R3BModule() [3/4]
R3BModule::R3BModule |
( |
const TString & | name, |
|
|
const TString & | title, |
|
|
const Bool_t | active, |
|
|
const TString & | geoFile, |
|
|
const TGeoTranslation & | trans, |
|
|
const TGeoRotation & | rot = TGeoRotation() ) |
◆ R3BModule() [4/4]
R3BModule::R3BModule |
( |
const TString & | name, |
|
|
const TString & | title, |
|
|
const Bool_t | active, |
|
|
const TString & | geoFile, |
|
|
const TGeoCombiTrans & | combi = TGeoCombiTrans() ) |
◆ ConstructGeometry()
void R3BModule::ConstructGeometry |
( |
| ) |
|
|
overridevirtual |
◆ ConstructRootGeometry()
void R3BModule::ConstructRootGeometry |
( |
TGeoMatrix * | p = nullptr | ) |
|
|
overridevirtual |
◆ SetPosition()
virtual void R3BModule::SetPosition |
( |
const TGeoTranslation & | trans | ) |
|
|
inlinevirtual |
◆ SetRotation()
virtual void R3BModule::SetRotation |
( |
const TGeoRotation & | rot | ) |
|
|
inlinevirtual |
◆ fCombiTrans
TGeoCombiTrans R3BModule::fCombiTrans |
|
protected |
The documentation for this class was generated from the following files: