ATLAS Offline Software
Loading...
Searching...
No Matches
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
10Author: Andreas Wildauer
11
12*/
13
14#include <vector>
15#include <inttypes.h>
16
17namespace InDet{
19{
20 public:
23
25 std::vector< std::pair<uint32_t, std::vector<uint32_t> > > m_ambiguityMap;
26};
27
28// inlines
29inline
31}
32
33#endif
std::vector< std::pair< uint32_t, std::vector< uint32_t > > > m_ambiguityMap
Primary Vertex Finder.