ATLAS Offline Software
InDetPRD_Collection_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 INDETPRD_COLLECTION_P1_H
6 #define INDETPRD_COLLECTION_P1_H
7 
8 
9 namespace InDet{
11 {
12 
13 
14 public:
15 
17  :
18  m_id(0),
19  m_hashId(0),
20  m_begin(0),
21  m_end(0)
22  { } ;
23 
24  // container cnvs do conversions
28 
29  //private:
30 
31  // Identifier of this collection
32  unsigned int m_id;
33 
34  //Identifier::value_type m_id;
35 
36  // Hash Identifier of this collection
37  // (write this one as well, so we don't rely on the IdHelper for it)
38  unsigned int m_hashId;
39 
40  // Begin index into master collection
41  unsigned int m_begin;
42 
43  // End index into master collection
44  unsigned int m_end;
45 
46 };
47 
48 }
49 
50 #endif
51 
52 
InDet::InDetPRD_Collection_p1::m_hashId
unsigned int m_hashId
Definition: InDetPRD_Collection_p1.h:38
InDet::TRT_DriftCircleContainerCnv_p1
Definition: TRT_DriftCircleContainerCnv_p1.h:28
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::InDetPRD_Collection_p1::m_id
unsigned int m_id
Definition: InDetPRD_Collection_p1.h:32
InDet::InDetPRD_Collection_p1
Definition: InDetPRD_Collection_p1.h:11
InDet::PixelClusterContainerCnv_p1
Definition: PixelClusterContainerCnv_p1.h:29
InDet::InDetPRD_Collection_p1::m_begin
unsigned int m_begin
Definition: InDetPRD_Collection_p1.h:41
InDet::InDetPRD_Collection_p1::m_end
unsigned int m_end
Definition: InDetPRD_Collection_p1.h:44
InDet::InDetPRD_Collection_p1::InDetPRD_Collection_p1
InDetPRD_Collection_p1()
Definition: InDetPRD_Collection_p1.h:16
InDet::SCT_ClusterContainerCnv_p1
Definition: SCT_ClusterContainerCnv_p1.h:29