ATLAS Offline Software
PixelGangedClusterAmbiguities_p1.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 PIXELGANGEDCLUSTERAMBIGUITIES_P1_H
6 #define PIXELGANGEDCLUSTERAMBIGUITIES_P1_H
7 
8 /*
9 
10 Author: Andreas Wildauer
11 
12 */
13 
14 #include <vector>
15 #include <inttypes.h>
16 
17 namespace InDet{
19 {
20  public:
23 
25  std::vector< std::pair<uint32_t, std::vector<uint32_t> > > m_ambiguityMap;
26 };
27 
28 // inlines
29 inline
31 }
32 
33 #endif
InDet::PixelGangedClusterAmbiguities_p1::PixelGangedClusterAmbiguities_p1
PixelGangedClusterAmbiguities_p1()
Default constructor.
Definition: PixelGangedClusterAmbiguities_p1.h:30
InDet::PixelGangedClusterAmbiguities_p1::m_pixelClusterContainerName
std::string m_pixelClusterContainerName
Definition: PixelGangedClusterAmbiguities_p1.h:24
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::PixelGangedClusterAmbiguities_p1
Definition: PixelGangedClusterAmbiguities_p1.h:19
InDet::PixelGangedClusterAmbiguities_p1::m_ambiguityMap
std::vector< std::pair< uint32_t, std::vector< uint32_t > > > m_ambiguityMap
Definition: PixelGangedClusterAmbiguities_p1.h:25