ATLAS Offline Software
MuonChamberLayerDescription.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 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 
23  private:
25  void initDefaultRegions();
26 
28  typedef std::vector<MuonChamberLayerDescriptor> MuonChamberLayerDescriptorVec;
30  };
31 } // namespace Muon
32 
33 #endif
Muon::MuonChamberLayerDescriptor
struct containing all information to build a Hough transform for a given chamber index
Definition: MuonChamberLayerDescriptor.h:13
Muon::MuonStationIndex::LayerIndex
LayerIndex
enum to classify the different layers in the muon spectrometer
Definition: MuonStationIndex.h:38
Muon::MuonChamberLayerDescription::getDescriptor
MuonChamberLayerDescriptor getDescriptor(int sector, Muon::MuonStationIndex::DetectorRegionIndex region, Muon::MuonStationIndex::LayerIndex layer) const
Definition: MuonChamberLayerDescription.cxx:13
Muon::MuonChamberLayerDescription::initDefaultRegions
void initDefaultRegions()
initialize default geometry
Definition: MuonChamberLayerDescription.cxx:48
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
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::MuonChamberLayerDescriptorVec
std::vector< MuonChamberLayerDescriptor > MuonChamberLayerDescriptorVec
cached geometry
Definition: MuonChamberLayerDescription.h:28
Muon::MuonChamberLayerDescription::m_chamberLayerDescriptors
MuonChamberLayerDescriptorVec m_chamberLayerDescriptors
Definition: MuonChamberLayerDescription.h:29