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