![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | Ringer |
| Namespace dedicated for Ringer utilities. | |
Functions | |
e. | |
Return number of segments for segment of type | |
| unsigned | Ringer::numberOfSegments (const SegmentationType e) |
| template<typename T> | |
| T | Ringer::getType (const char *cStr) |
| Return Ringer enumeration of type T identifying string type: | |
| template<> | |
| SegmentationType | Ringer::getType (const char *cStr) |
| Specialization for SegmentationType. | |
| template<> | |
| EtaDependency | Ringer::getType (const char *cStr) |
| Specialization for EtaDependency. | |
| template<> | |
| EtDependency | Ringer::getType (const char *cStr) |
| Specialization for EtDependency. | |
| template<> | |
| Requirement | Ringer::getType (const char *cStr) |
| Specialization for Requirement. | |
| const char * | Ringer::toStr (SegmentationType e) |
| Transform enumeration types to string. | |
| const char * | Ringer::toStr (EtaDependency e) |
| Transform enumeration types to string. | |
| const char * | Ringer::toStr (EtDependency e) |
| Transform enumeration types to string. | |
| const char * | Ringer::toStr (Requirement e) |
| Transform enumeration types to string. | |