ATLAS Offline Software
InDetPRD_Collection_p2.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_P2_H
6 #define INDETPRD_COLLECTION_P2_H
7 
8 #include <vector>
9 namespace InDet{
11 {
12 
13 
14 public:
15 
17  :
18  // m_idDelta(0),
19  m_hashId(0),
20  m_size(0)
21  { } ;
22 
23  // container cnvs do conversions
27 
28  //private:
29 
30  // Identifier distance of this collection from the previous one
31  // unsigned short m_idDelta;
32 
33  // Hash Identifier of this collection
34  // (write this one as well, so we don't rely on the IdHelper for it)
35  unsigned short m_hashId;
36 
37  // Collection size into master collection
38  // Note I use a short. If a collection has more than 2^16 elements (unlikely) it
39  // has to be split into two separate collections
40  unsigned short m_size;
41 
42 };
43 
44 }
45 
46 #endif
47 
48 
InDet::InDetPRD_Collection_p2::m_hashId
unsigned short m_hashId
Definition: InDetPRD_Collection_p2.h:35
InDet::TRT_DriftCircleContainerCnv_p1
Definition: TRT_DriftCircleContainerCnv_p1.h:28
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::InDetPRD_Collection_p2::m_size
unsigned short m_size
Definition: InDetPRD_Collection_p2.h:40
InDet::InDetPRD_Collection_p2
Definition: InDetPRD_Collection_p2.h:11
InDet::InDetPRD_Collection_p2::InDetPRD_Collection_p2
InDetPRD_Collection_p2()
Definition: InDetPRD_Collection_p2.h:16
PixelClusterContainerCnv_p2
Definition: PixelClusterContainerCnv_p2.h:23
SCT_ClusterContainerCnv_p2
Definition: SCT_ClusterContainerCnv_p2.h:23