ATLAS Offline Software
CompetingPixelClustersOnTrack_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 INDETEVENTTPCNV_COMPETINGPIXELCLUSTERSONTRACK_P1_H
6 #define INDETEVENTTPCNV_COMPETINGPIXELCLUSTERSONTRACK_P1_H
7 
9 #include <vector>
10 
11 namespace InDet
12 {
17  {
18  public:
20 
23 
24  std::vector< TPObjRef > m_containedChildRots;
25  };
26 }
27 
28 #endif
29 
InDet::CompetingPixelClustersOnTrack_p1::CompetingPixelClustersOnTrack_p1
CompetingPixelClustersOnTrack_p1()
Definition: CompetingPixelClustersOnTrack_p1.h:19
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
TPObjRef
Definition: TPObjRef.h:20
TPObjRef.h
InDet::CompetingPixelClustersOnTrack_p1::m_containedChildRots
std::vector< TPObjRef > m_containedChildRots
Definition: CompetingPixelClustersOnTrack_p1.h:24
InDet::CompetingPixelClustersOnTrack_p1::m_competingROT
TPObjRef m_competingROT
link to base CompetingRIOsOnTrack
Definition: CompetingPixelClustersOnTrack_p1.h:22
InDet::CompetingPixelClustersOnTrack_p1
Version 1 of the persistent class representing the transient class InDet::CompetingPixelClustersOnTra...
Definition: CompetingPixelClustersOnTrack_p1.h:17