Go to the documentation of this file.
7 #ifndef CBMLITDETECTORSETUP_H_
8 #define CBMLITDETECTORSETUP_H_
95 map<ECbmModuleId, bool>
fDet;
void SetMuonSetup(bool isMuonSetup)
Set muon setup of detector.
bool CheckDetectorPresence(const std::string &name) const
Check detector presence using TGeoManager.
bool GetMuonSetup() const
Return true if muon setup is detected.
Helper class to access detector presence.
void SetElectronSetup(bool isElectronSetup)
Set electron setup of detector.
bool GetDet(ECbmModuleId detId) const
Return detector presence in setup.
CbmLitDetectorSetup()
Constructor.
map< ECbmModuleId, bool > fDet
bool GetElectronSetup() const
Return true if electron setup is detected.
string ToString() const
Return string representation of class.
void SetDet(ECbmModuleId detId, bool isDet)
Set detector presence manually.
virtual ~CbmLitDetectorSetup()
Destructor.
void DetermineSetup()
Determines detector presence using TGeoManager.