16#include <FairModule.h>
17#include <TGeoMatrix.h>
25 R3BModule(
const TString& name,
const TString& title,
const Bool_t active = kFALSE);
30 const TString& geoFile,
31 const TGeoTranslation& trans,
32 const TGeoRotation& rot = TGeoRotation());
37 const TString& geoFile,
38 const TGeoCombiTrans& combi = TGeoCombiTrans());
virtual void ConstructGeometry() override
Construct geometry from root files.
TGeoCombiTrans fCombiTrans
virtual void ConstructRootGeometry(TGeoMatrix *p=nullptr) override
ClassDefOverride(R3BModule, 3)
virtual void SetRotation(const TGeoRotation &rot)
Method to setup the rotation of the detector.
virtual void SetPosition(const TGeoTranslation &trans)
Method to setup the position of the detector-origin.