ATLAS Offline Software
MuonChamberLayerDescription.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUON_MUONCHAMBERLAYERDESCRIPTION_H
6 #define MUON_MUONCHAMBERLAYERDESCRIPTION_H
7 
8 #include <vector>
9 
11 
12 namespace Muon {
13 
16  public:
19 
22 
24 
25  private:
27  void initDefaultRegions();
28 
30  using MuonChamberLayerDescriptorVec = std::vector<MuonChamberLayerDescriptor>;
32  };
33 } // namespace Muon
34 
35 #endif
Muon::MuonStationIndex::LayerIndex
LayerIndex
enum to classify the different layers in the muon spectrometer
Definition: MuonStationIndex.h:38
Muon::MuonChamberLayerDescription::MuonChamberLayerDescriptorVec
std::vector< MuonChamberLayerDescriptor > MuonChamberLayerDescriptorVec
cached geometry
Definition: MuonChamberLayerDescription.h:30
Muon::MuonChamberLayerDescriptor
struct containing all information to build a Hough transform for a given chamber index
Definition: MuonChamberLayerDescriptor.h:13
Muon::MuonChamberLayerDescription::initDefaultRegions
void initDefaultRegions()
initialize default geometry
Definition: MuonChamberLayerDescription.cxx:45
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
Muon::MuonChamberLayerDescription::getDescriptor
MuonChamberLayerDescriptor getDescriptor(int sector, DetRegIdx region, LayerIdx layer) const
Definition: MuonChamberLayerDescription.cxx:13
Muon::MuonChamberLayerDescription
class managing geometry of the chamber layers
Definition: MuonChamberLayerDescription.h:15
MuonChamberLayerDescriptor.h
TRT::Hit::layer
@ layer
Definition: HitInfo.h:79
Muon::MuonChamberLayerDescription::MuonChamberLayerDescription
MuonChamberLayerDescription()
constructor
Definition: MuonChamberLayerDescription.cxx:11
Muon::MuonStationIndex::DetectorRegionIndex
DetectorRegionIndex
enum to classify the different layers in the muon spectrometer
Definition: MuonStationIndex.h:47
Muon::MuonChamberLayerDescription::m_chamberLayerDescriptors
MuonChamberLayerDescriptorVec m_chamberLayerDescriptors
Definition: MuonChamberLayerDescription.h:31