![]() |
ATLAS Offline Software
|
Classes | |
| struct | DcsConstants |
| Helper struct to cache all dcs constants in a common place of the memory. More... | |
Enumerations | |
| enum class | DcsDataType { HV , LV } |
| enum class | DcsFsmState { NONE , UNKNOWN , OFF , ON , STANDBY , DEAD , UNPLUGGED , RAMP_UP , RAMP_DOWN , TRIP , RECOVERY , LOCKED } |
| enum class | CalibTechType { MM , STGC } |
Functions | |
| DcsFsmState | getFsmStateEnum (const std::string &fsmState) |
| std::string | getFsmStateStrg (DcsFsmState fsmState) |
| std::ostream & | operator<< (std::ostream &ostr, const DcsConstants &dcs) |
|
strong |
| Enumerator | |
|---|---|
| MM | |
| STGC | |
Definition at line 37 of file MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/Defs.h.
|
strong |
| Enumerator | |
|---|---|
| HV | |
| LV | |
Definition at line 11 of file MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/Defs.h.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| UNKNOWN | |
| OFF | |
| ON | |
| STANDBY | |
| DEAD | |
| UNPLUGGED | |
| RAMP_UP | |
| RAMP_DOWN | |
| TRIP | |
| RECOVERY | |
| LOCKED | |
Definition at line 15 of file MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/MuonCondData/Defs.h.
| DcsFsmState MuonCond::getFsmStateEnum | ( | const std::string & | fsmState | ) |
| std::string MuonCond::getFsmStateStrg | ( | DcsFsmState | fsmState | ) |
Definition at line 22 of file Defs.cxx.
| std::ostream & MuonCond::operator<< | ( | std::ostream & | ostr, |
| const DcsConstants & | dcs ) |