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