ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace MuonGM {
12}
13
14namespace TrkDriftCircleMath {
15
19 class DCStatistics : public std::map<const MuonGM::MdtReadoutElement*, int> {};
20 typedef DCStatistics::iterator DCStatIt;
21 typedef DCStatistics::const_iterator DCStatCit;
22} // namespace TrkDriftCircleMath
23
24#endif //__DC_STATISTICS_H__
This class offers no functionality, but to define a standard device for the maker to transfer to the ...
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
Function object to check whether two Segments are sub/super sets or different.
DCStatistics::iterator DCStatIt
DCStatistics::const_iterator DCStatCit