ATLAS Offline Software
|
Base class for the XxxReadoutElement, with Xxx = Mdt, Rpc, Tgc, Csc. More...
#include <MuonReadoutElement.h>
Public Member Functions | |
virtual | ~MuonReadoutElement () |
Identifier | identify () const override final |
Returns the ATLAS Identifier of the MuonReadOutElement. More... | |
IdentifierHash | identifyHash () const override final |
Returns the IdentifierHash of the MuonStation, i.e. More... | |
IdentifierHash | detectorElementHash () const |
Returns the IdentifierHash of the detector element. More... | |
void | setIdentifier (const Identifier &id) |
Sets the Identifier, hashes & station names. More... | |
virtual bool | containsId (const Identifier &id) const =0 |
int | getStationIndex () const |
int | getStationEta () const |
int | getStationPhi () const |
const Amg::Vector3D | globalPosition () const |
const Amg::Transform3D & | absTransform () const |
const Amg::Transform3D & | defTransform () const |
virtual Amg::Vector3D | AmdbLRSToGlobalCoords (const Amg::Vector3D &x) const |
virtual Amg::Transform3D | AmdbLRSToGlobalTransform () const |
virtual Amg::Vector3D | GlobalToAmdbLRSCoords (const Amg::Vector3D &x) const |
virtual Amg::Transform3D | GlobalToAmdbLRSTransform () const |
std::string | getTechnologyType () const |
const std::string & | getTechnologyName () const |
void | setTechnologyName (const std::string &str) |
std::string | getStationType () const |
const std::string & | getStationName () const |
void | setStationName (const std::string &) |
double | getSsize () const |
double | getRsize () const |
double | getZsize () const |
double | getLongSsize () const |
double | getLongRsize () const |
double | getLongZsize () const |
double | getStationS () const |
Seems to be exclusively used by the MDTs --> Move it to MdtReadoutElement. More... | |
void | setStationS (double) |
void | setLongSsize (double) |
void | setLongRsize (double) |
void | setLongZsize (double) |
void | setSsize (double) |
void | setRsize (double) |
void | setZsize (double) |
bool | largeSector () const |
bool | smallSector () const |
bool | sideA () const |
bool | sideC () const |
void | setParentStationPV (const PVConstLink &) |
void | setParentStationPV () |
PVConstLink | parentStationPV () const |
const MuonStation * | parentMuonStation () const |
void | setParentMuonStation (const MuonStation *) |
Amg::Transform3D | toParentStation () const |
Amg::Vector3D | parentMuonStationPos () const |
int | getIndexOfREinMuonStation () const |
bool | hasCutouts () const |
void | setHasCutouts (bool flag) |
virtual void | clearCache ()=0 |
virtual void | fillCache ()=0 |
void | refreshCache () |
const Muon::IMuonIdHelperSvc * | idHelperSvc () const |
Trk::DetectorElemType | detectorType () const override final |
Return the Detector element type. More... | |
virtual const Amg::Transform3D & | transform () const =0 |
Return local to global transform. More... | |
virtual const Amg::Transform3D & | transform (const Identifier &id) const =0 |
Return local to global transform associated with this identifier. More... | |
virtual const Surface & | surface () const =0 |
Return surface associated with this detector element. More... | |
virtual const Surface & | surface (const Identifier &id) const =0 |
Return surface associated with this identifier, which should come from the PrepRawData object (i.e. More... | |
virtual const SurfaceBounds & | bounds () const =0 |
Return the boundaries of the element. More... | |
virtual const SurfaceBounds & | bounds (const Identifier &id) const =0 |
Return the boundaries of the surface associated with this identifier. More... | |
virtual const Amg::Vector3D & | center () const =0 |
Return the center of the element. More... | |
virtual const Amg::Vector3D & | center (const Identifier &id) const =0 |
Return the center of the surface associated with this identifier In the case of silicon it returns the same as center() More... | |
virtual const Amg::Vector3D & | normal () const =0 |
Return the normal of the element. More... | |
virtual const Amg::Vector3D & | normal (const Identifier &id) const =0 |
Return the normal of the surface associated with this identifier In the case of silicon it returns the same as normal() More... | |
std::string | detectorTypeString () const |
Returns a string of the Detector element type. More... | |
bool | msgLvl (const MSG::Level lvl) const |
Test the output level. More... | |
MsgStream & | msg () const |
The standard message stream. More... | |
MsgStream & | msg (const MSG::Level lvl) const |
The standard message stream. More... | |
void | setLevel (MSG::Level lvl) |
Change the current logging level. More... | |
Protected Member Functions | |
MuonReadoutElement (GeoVFullPhysVol *pv, MuonDetectorManager *mgr, Trk::DetectorElemType detType) | |
const MuonDetectorManager * | manager () const |
Protected Attributes | |
double | m_Ssize {-9999.} |
double | m_Rsize {-9999.} |
double | m_Zsize {-9999.} |
double | m_LongSsize {-9999.} |
double | m_LongRsize {-9999.} |
double | m_LongZsize {-9999.} |
size in the specified direction More... | |
std::string | m_techname {"TTT0"} |
MDT or RPC or TGC or CSC plus a two digits subtype; example RPC17. More... | |
std::string | m_statname {"XXX0"} |
examples are BMS5, CSS1, EML1 More... | |
int | m_caching {-1} |
0 if we want to avoid caching geometry info for tracking interface More... | |
bool | m_hasCutouts {false} |
true is there are cutouts in the readdout-element More... | |
Private Member Functions | |
void | setIndexOfREinMuonStation () |
void | initMessaging () const |
Initialize our message level and MessageSvc. More... | |
Private Attributes | |
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {"Muon::MuonIdHelperSvc/MuonIdHelperSvc", "MuonDetectorManager"} |
Trk::DetectorElemType | m_type {Trk::DetectorElemType::SolidState} |
Identifier | m_id {0} |
extended data-collection identifier More... | |
IdentifierHash | m_idhash {0} |
data-collection hash identifier More... | |
IdentifierHash | m_detectorElIdhash {0} |
detector element hash identifier More... | |
int | m_indexOfREinMuonStation {-999} |
index of this RE in the mother MuonStation More... | |
double | m_stationS {0.} |
int | m_stIdx {-1} |
Identifier field of the station index. More... | |
int | m_eta {-1} |
Identifier field of the station eta. More... | |
int | m_phi {-1} |
Identifier field of the station phi. More... | |
PVConstLink | m_parentStationPV {nullptr} |
const MuonStation * | m_parentMuonStation {nullptr} |
MuonDetectorManager * | m_muon_mgr {nullptr} |
std::string | m_nm |
Message source name. More... | |
boost::thread_specific_ptr< MsgStream > | m_msg_tls |
MsgStream instance (a std::cout like with print-out levels) More... | |
std::atomic< IMessageSvc * > | m_imsg { nullptr } |
MessageSvc pointer. More... | |
std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
Current logging level. More... | |
std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
Messaging initialized (initMessaging) More... | |
Base class for the XxxReadoutElement, with Xxx = Mdt, Rpc, Tgc, Csc.
It's a Trk::TrkDetElementBase, therefore it must implement the generic tracking interfaces requested to the geometry: center, normal, surfaceBound, transform. It is synched to the raw geometry via the pointer, required by the constructor, to its corresponding GeoVFullPhysVol. A MuonReadoutElement holds a pointer to its parent MuonStation.
Definition at line 40 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
virtualdefault |
|
protected |
Definition at line 34 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inline |
Definition at line 210 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
virtual |
Reimplemented in MuonGM::sTgcReadoutElement, and MuonGM::MMReadoutElement.
Definition at line 141 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
virtual |
Reimplemented in MuonGM::sTgcReadoutElement, and MuonGM::MMReadoutElement.
Definition at line 145 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
pure virtualinherited |
Return the boundaries of the element.
Implemented in InDetDD::SolidStateDetectorElementBase, MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, and MuonGM::MuonClusterReadoutElement.
|
pure virtualinherited |
Return the boundaries of the surface associated with this identifier.
For TRT this will be a straw, while for silicon it returns the same as bounds()
Implemented in MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, MuonGM::MuonClusterReadoutElement, and InDetDD::SolidStateDetectorElementBase.
|
pure virtualinherited |
Return the center of the element.
Implemented in InDetDD::SolidStateDetectorElementBase, MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, and MuonGM::MuonClusterReadoutElement.
|
pure virtualinherited |
Return the center of the surface associated with this identifier In the case of silicon it returns the same as center()
Implemented in InDetDD::TRT_BaseElement, MuonGM::MuonClusterReadoutElement, InDetDD::SolidStateDetectorElementBase, and MuonGM::MdtReadoutElement.
|
pure virtual |
Implemented in MuonGM::MdtReadoutElement, and MuonGM::MuonClusterReadoutElement.
|
pure virtual |
|
inline |
Definition at line 212 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Returns the IdentifierHash of the detector element.
Unlike the identifyHash, this hash is unique for each readout element
Definition at line 186 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inlinefinaloverridevirtual |
Return the Detector element type.
Implements Trk::TrkDetElementBase.
Definition at line 138 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inherited |
|
pure virtual |
int MuonGM::MuonReadoutElement::getIndexOfREinMuonStation | ( | ) | const |
Definition at line 102 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inline |
Definition at line 200 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 199 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 201 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 197 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 196 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 193 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 192 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 190 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 194 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Seems to be exclusively used by the MDTs --> Move it to MdtReadoutElement.
Definition at line 202 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 189 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 188 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 187 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 198 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
const Amg::Vector3D MuonGM::MuonReadoutElement::globalPosition | ( | ) | const |
Definition at line 47 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
virtual |
Reimplemented in MuonGM::sTgcReadoutElement, and MuonGM::MMReadoutElement.
Definition at line 149 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
virtual |
Reimplemented in MuonGM::sTgcReadoutElement, and MuonGM::MMReadoutElement.
Definition at line 153 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inline |
Definition at line 126 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inlinefinaloverridevirtual |
Returns the ATLAS Identifier of the MuonReadOutElement.
Usually the Identifier corresponds to the first channel covered by the Element
Implements Trk::TrkDetElementBase.
Definition at line 184 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inlinefinaloverridevirtual |
Returns the IdentifierHash of the MuonStation, i.e.
2 readoutelements with same sationIndex, stationEta, stationPhi have the same identifiyHash
Implements Trk::TrkDetElementBase.
Definition at line 185 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 136 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
bool MuonGM::MuonReadoutElement::largeSector | ( | ) | const |
Definition at line 49 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inlineprotected |
Definition at line 204 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 164 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 179 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
lvl | The message level to test against |
true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
pure virtualinherited |
Return the normal of the element.
Implemented in InDetDD::SolidStateDetectorElementBase, MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, and MuonGM::MuonClusterReadoutElement.
|
pure virtualinherited |
Return the normal of the surface associated with this identifier In the case of silicon it returns the same as normal()
Implemented in InDetDD::TRT_BaseElement, MuonGM::MuonClusterReadoutElement, InDetDD::SolidStateDetectorElementBase, and MuonGM::MdtReadoutElement.
const MuonStation * MuonGM::MuonReadoutElement::parentMuonStation | ( | ) | const |
Definition at line 135 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
Amg::Vector3D MuonGM::MuonReadoutElement::parentMuonStationPos | ( | ) | const |
Definition at line 137 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
PVConstLink MuonGM::MuonReadoutElement::parentStationPV | ( | ) | const |
Definition at line 100 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::refreshCache | ( | ) |
Definition at line 177 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inline |
Definition at line 127 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
void MuonGM::MuonReadoutElement::setIdentifier | ( | const Identifier & | id | ) |
Sets the Identifier, hashes & station names.
Definition at line 156 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
private |
Definition at line 104 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
void MuonGM::MuonReadoutElement::setLongRsize | ( | double | v | ) |
Definition at line 172 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setLongSsize | ( | double | v | ) |
Definition at line 171 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setLongZsize | ( | double | v | ) |
Definition at line 173 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setParentMuonStation | ( | const MuonStation * | mstat | ) |
Definition at line 128 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setParentStationPV | ( | ) |
Definition at line 77 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setParentStationPV | ( | const PVConstLink & | x | ) |
Definition at line 72 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setRsize | ( | double | v | ) |
Definition at line 175 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setSsize | ( | double | v | ) |
Definition at line 174 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setStationName | ( | const std::string & | str | ) |
Definition at line 169 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setStationS | ( | double | v | ) |
Definition at line 170 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setTechnologyName | ( | const std::string & | str | ) |
Definition at line 168 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
void MuonGM::MuonReadoutElement::setZsize | ( | double | v | ) |
Definition at line 176 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
inline |
Definition at line 207 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
inline |
Definition at line 208 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
bool MuonGM::MuonReadoutElement::smallSector | ( | ) | const |
Definition at line 67 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
Return surface associated with this detector element.
Implemented in InDetDD::SolidStateDetectorElementBase, MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, and MuonGM::MuonClusterReadoutElement.
|
pure virtualinherited |
Return surface associated with this identifier, which should come from the PrepRawData object (i.e.
Surface s = PRD.detElement().surface( PRD.identify() ). This is only really relevant for the TRT (where there are several surfaces per detector element). For other detector elements it will just return surface() ... the Identifier is ignored.
Implemented in MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, MuonGM::MuonClusterReadoutElement, and InDetDD::SolidStateDetectorElementBase.
Amg::Transform3D MuonGM::MuonReadoutElement::toParentStation | ( | ) | const |
Definition at line 117 of file MuonDetDescr/MuonReadoutGeometry/src/MuonReadoutElement.cxx.
|
pure virtualinherited |
Return local to global transform.
Implemented in InDetDD::SolidStateDetectorElementBase, MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, and MuonGM::MuonClusterReadoutElement.
|
pure virtualinherited |
Return local to global transform associated with this identifier.
Implemented in MuonGM::MdtReadoutElement, InDetDD::TRT_BaseElement, MuonGM::MuonClusterReadoutElement, and InDetDD::SolidStateDetectorElementBase.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
protected |
0 if we want to avoid caching geometry info for tracking interface
Definition at line 156 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
detector element hash identifier
Definition at line 167 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
Identifier field of the station eta.
Definition at line 175 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
true is there are cutouts in the readdout-element
Definition at line 158 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
extended data-collection identifier
Definition at line 165 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
data-collection hash identifier
Definition at line 166 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
Definition at line 163 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
mutableprivateinherited |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
private |
index of this RE in the mother MuonStation
Definition at line 169 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
Definition at line 147 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
Definition at line 146 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
size in the specified direction
Definition at line 148 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 181 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 180 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
Definition at line 179 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
Identifier field of the station phi.
Definition at line 177 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
Definition at line 144 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
Definition at line 143 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
Definition at line 171 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
examples are BMS5, CSS1, EML1
Definition at line 154 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
private |
Identifier field of the station index.
Definition at line 173 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
|
private |
Definition at line 164 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.
|
protected |
Definition at line 145 of file MuonDetDescr/MuonReadoutGeometry/MuonReadoutGeometry/MuonReadoutElement.h.