ATLAS Offline Software
DCStatistics.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef __DC_STATISTICS_H__
6 #define __DC_STATISTICS_H__
7 
8 #include <map>
9 
10 namespace MuonGM {
11  class MdtReadoutElement;
12 }
13 
14 namespace TrkDriftCircleMath {
15 
19  class DCStatistics : public std::map<const MuonGM::MdtReadoutElement*, int> {};
21  typedef DCStatistics::const_iterator DCStatCit;
22 } // namespace TrkDriftCircleMath
23 
24 #endif //__DC_STATISTICS_H__
xAOD::iterator
JetConstituentVector::iterator iterator
Definition: JetConstituentVector.cxx:68
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
TrkDriftCircleMath
Function object to check whether two Segments are sub/super sets or different.
Definition: IMdtSegmentFinder.h:13
TrkDriftCircleMath::DCStatCit
DCStatistics::const_iterator DCStatCit
Definition: DCStatistics.h:21
TrkDriftCircleMath::DCStatIt
DCStatistics::iterator DCStatIt
Definition: DCStatistics.h:20
TrkDriftCircleMath::DCStatistics
This class offers no functionality, but to define a standard device for the maker to transfer to the ...
Definition: DCStatistics.h:19