ATLAS Offline Software
Loading...
Searching...
No Matches
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>
9namespace InDet{
11{
12
13
14public:
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
Primary Vertex Finder.