ATLAS Offline Software
Namespaces | Typedefs
MuonCalibLayerMapping.h File Reference
#include <map>
#include <set>
#include <vector>
#include "MuonCalibExtraTreeEvent/MuonCalibHit_E.h"
#include "MuonCalibExtraUtils/MuonCalibSimpleHoleSearch.h"
#include "MuonCalibExtraUtils/MuonFixedIdManipulator.h"
#include "MuonCalibIdentifier/MuonFixedId.h"
Include dependency graph for MuonCalibLayerMapping.h:
This graph shows which files directly or indirectly include this file:

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...