|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONCALIBLAYERMAPPING_H
6 #define MUONCALIBLAYERMAPPING_H
21 using StationIndexHitsMap = std::map<MuonFixedIdManipulator::StationIndex, std::vector<CalibHitE_Ptr> >;
24 using IdHitsMap = std::map<MuonFixedId, std::vector<CalibHitE_Ptr> >;
27 using IdHitMap = std::map<MuonFixedId, CalibHitE_Ptr>;
36 using IdSet = std::set<MuonFixedId>;
std::map< MuonFixedId, std::vector< CalibHitE_Ptr > > IdHitsMap
hit information per station
std::map< MuonFixedId, MuonCalibSimpleHoleSearch::Result > StationIntersectedLayerMap
intersected layers in the simplified geometry per station
std::map< MuonFixedIdManipulator::StationIndex, std::vector< CalibHitE_Ptr > > StationIndexHitsMap
std::shared_ptr< const MuonCalibHit_E > CalibHitE_Ptr
hit information per station layer index
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::set< MuonFixedId > IdSet
set of identifiers
std::set< MuonFixedIdManipulator::StationIndex > StationIndexSet
set with station layer index
std::map< MuonFixedId, CalibHitE_Ptr > IdHitMap
hit information per identifier