ATLAS Offline Software
|
#include <MuonFixedIdPrinter.h>
Public Member Functions | |
std::string | stationLayerIdentifier (const MuonFixedId &id) const |
prints a station layer identifier for the give identifier More... | |
std::string | stationLayerIdentifier (MuonFixedIdManipulator::StationIndex stIndex) const |
prints a station layer identifier for the give station index More... | |
std::string | stationIdentifier (const MuonFixedId &id) const |
prints station Identifier for the give id MDT: station name (BMS)/eta/phi RPC: name of associated MDT station TGC: station name (T1)/eta/phi More... | |
std::string | chamberIdentifier (const MuonFixedId &id) const |
prints chamber Identifier for the give id. More... | |
std::string | moduleIdentifier (const MuonFixedId &id) const |
prints layer Identifier for the give id MDT: station name/eta/phi/ml/lay RPC: station name/eta/phi/double [R,Z,phi]/measuresPhi (if selected) TGC: More... | |
std::string | gasGapIdentifier (const MuonFixedId &id, bool includeMeasuresPhi=false) const |
prints gas gap Identifier for the give id MDT: same as tube identifier RPC: station name/eta/phi/double [R,Z,phi]/lay/measuresPhi (if selected) TGC: More... | |
std::string | fullIdentifier (const MuonFixedId &id) const |
prints full Identifier for the give id More... | |
std::string | gasGapIdentifierForMap (const MuonFixedId &id, bool includeMeasuresPhi=false) const |
print gapGap Id to be used in map More... | |
Private Attributes | |
MuonFixedIdManipulator | m_manipulator |
Definition at line 13 of file MuonFixedIdPrinter.h.
std::string MuonCalib::MuonFixedIdPrinter::chamberIdentifier | ( | const MuonFixedId & | id | ) | const |
prints chamber Identifier for the give id.
Consists of stationIdentifier. RPC: includes DoubletR
Definition at line 53 of file MuonFixedIdPrinter.cxx.
std::string MuonCalib::MuonFixedIdPrinter::fullIdentifier | ( | const MuonFixedId & | id | ) | const |
std::string MuonCalib::MuonFixedIdPrinter::gasGapIdentifier | ( | const MuonFixedId & | id, |
bool | includeMeasuresPhi = false |
||
) | const |
prints gas gap Identifier for the give id MDT: same as tube identifier RPC: station name/eta/phi/double [R,Z,phi]/lay/measuresPhi (if selected) TGC:
Definition at line 73 of file MuonFixedIdPrinter.cxx.
std::string MuonCalib::MuonFixedIdPrinter::gasGapIdentifierForMap | ( | const MuonFixedId & | id, |
bool | includeMeasuresPhi = false |
||
) | const |
std::string MuonCalib::MuonFixedIdPrinter::moduleIdentifier | ( | const MuonFixedId & | id | ) | const |
prints layer Identifier for the give id MDT: station name/eta/phi/ml/lay RPC: station name/eta/phi/double [R,Z,phi]/measuresPhi (if selected) TGC:
Definition at line 62 of file MuonFixedIdPrinter.cxx.
std::string MuonCalib::MuonFixedIdPrinter::stationIdentifier | ( | const MuonFixedId & | id | ) | const |
prints station Identifier for the give id MDT: station name (BMS)/eta/phi RPC: name of associated MDT station TGC: station name (T1)/eta/phi
Definition at line 45 of file MuonFixedIdPrinter.cxx.
std::string MuonCalib::MuonFixedIdPrinter::stationLayerIdentifier | ( | const MuonFixedId & | id | ) | const |
prints a station layer identifier for the give identifier
Definition at line 11 of file MuonFixedIdPrinter.cxx.
std::string MuonCalib::MuonFixedIdPrinter::stationLayerIdentifier | ( | MuonFixedIdManipulator::StationIndex | stIndex | ) | const |
prints a station layer identifier for the give station index
Definition at line 16 of file MuonFixedIdPrinter.cxx.
|
private |
Definition at line 54 of file MuonFixedIdPrinter.h.