17#include "FairModule.h"
18#include "TGeoMatrix.h"
26 R3BModule(
const TString& name,
const TString& title,
const Bool_t active = kFALSE);
31 const TString& geoFile,
32 const TGeoTranslation& trans,
33 const TGeoRotation& rot = TGeoRotation());
38 const TString& geoFile,
39 const TGeoCombiTrans& combi = TGeoCombiTrans());
virtual void ConstructGeometry() override
Construct geometry from root files.
TGeoCombiTrans fCombiTrans
virtual void ConstructRootGeometry(TGeoMatrix *p=nullptr) override
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.