ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
InDetPrepRawData
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
{
10
class
InDetPRD_Collection_p2
11
{
12
13
14
public
:
15
16
InDetPRD_Collection_p2
()
17
:
18
// m_idDelta(0),
19
m_hashId
(0),
20
m_size
(0)
21
{ } ;
22
23
// container cnvs do conversions
24
friend
class
PixelClusterContainerCnv_p2
;
25
friend
class
SCT_ClusterContainerCnv_p2
;
26
friend
class
TRT_DriftCircleContainerCnv_p1
;
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
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
Generated on Thu Nov 7 2024 21:17:01 for ATLAS Offline Software by
1.8.18