Symbolic ID describing an entity of a TOTEM subdetector. More...
#include <TotemSymbId.h>
Public Types | |
enum | { RP, T1, T2 } |
identifies the TOTEM subsystem More... | |
Public Member Functions | |
bool | operator< (const TotemSymbID &sid) const |
bool | operator== (const TotemSymbID &sid) const |
Public Attributes | |
enum TotemSymbID:: { ... } | subSystem |
identifies the TOTEM subsystem More... | |
unsigned int | symbolicID |
integer-encoded symbolic ID More... | |
Friends | |
std::ostream & | operator<< (std::ostream &s, const TotemSymbID &sid) |
Symbolic ID describing an entity of a TOTEM subdetector.
Definition at line 17 of file TotemSymbId.h.
anonymous enum |
identifies the TOTEM subsystem
Enumerator | |
---|---|
RP | |
T1 | |
T2 |
Definition at line 21 of file TotemSymbId.h.
|
inline |
Definition at line 26 of file TotemSymbId.h.
References subSystem, and symbolicID.
|
inline |
Definition at line 33 of file TotemSymbId.h.
References subSystem, and symbolicID.
|
friend |
Definition at line 11 of file TotemSymbId.cc.
enum { ... } TotemSymbID::subSystem |
identifies the TOTEM subsystem
Referenced by operator<(), operator<<(), operator==(), TotemDAQMappingESSourceXML::ParseTreeRP(), TotemDAQMappingESSourceXML::ParseTreeT1(), TotemDAQMappingESSourceXML::ParseTreeT2(), and RawToDigiConverter::Run().
unsigned int TotemSymbID::symbolicID |
integer-encoded symbolic ID
Definition at line 24 of file TotemSymbId.h.
Referenced by operator<(), operator<<(), operator==(), TotemDAQMappingESSourceXML::ParseTreeRP(), TotemDAQMappingESSourceXML::ParseTreeT1(), TotemDAQMappingESSourceXML::ParseTreeT2(), RawToDigiConverter::Run(), and RawToDigiConverter::RunCommon().