|  | ATLAS Offline Software
    | 
#include <map>#include <memory>#include <set>#include <vector>#include "MuonCalibExtraTreeEvent/MuonCalibHit_E.h"#include "MuonCalibExtraUtils/MuonCalibSimpleHoleSearch.h"#include "MuonCalibExtraUtils/MuonFixedIdManipulator.h"#include "MuonCalibIdentifier/MuonFixedId.h"Go to the source code of this file.
| Namespaces | |
| MuonCalib | |
| CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO. | |
| Typedefs | |
| using | MuonCalib::CalibHitE_Ptr = std::shared_ptr< const MuonCalibHit_E > | 
| hit information per station layer index  More... | |
| using | MuonCalib::StationIndexHitsMap = std::map< MuonFixedIdManipulator::StationIndex, std::vector< CalibHitE_Ptr > > | 
| using | MuonCalib::IdHitsMap = std::map< MuonFixedId, std::vector< CalibHitE_Ptr > > | 
| hit information per station  More... | |
| using | MuonCalib::IdHitMap = std::map< MuonFixedId, CalibHitE_Ptr > | 
| hit information per identifier  More... | |
| using | MuonCalib::StationIntersectedLayerMap = std::map< MuonFixedId, MuonCalibSimpleHoleSearch::Result > | 
| intersected layers in the simplified geometry per station  More... | |
| using | MuonCalib::StationIndexSet = std::set< MuonFixedIdManipulator::StationIndex > | 
| set with station layer index  More... | |
| using | MuonCalib::IdSet = std::set< MuonFixedId > | 
| set of identifiers  More... | |
 1.8.18
 1.8.18