ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
InDetPrepRawData
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
{
18
class
PixelGangedClusterAmbiguities_p1
19
{
20
public
:
22
PixelGangedClusterAmbiguities_p1
();
23
24
std::string
m_pixelClusterContainerName
;
25
std::vector< std::pair<uint32_t, std::vector<uint32_t> > >
m_ambiguityMap
;
26
};
27
28
// inlines
29
inline
30
PixelGangedClusterAmbiguities_p1::PixelGangedClusterAmbiguities_p1
() : m_pixelClusterContainerName(
""
) {}
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
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
Generated on Thu Nov 7 2024 21:23:50 for ATLAS Offline Software by
1.8.18