ATLAS Offline Software
Loading...
Searching...
No Matches
InDetRawDataCollection_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 INDETRAWDATACOLLECTION_P1_H
6#define INDETRAWDATACOLLECTION_P1_H
7
8#include <vector>
9#include "Identifier/Identifier.h"
11
13{
14
15
16public:
17
19 :
20 m_id(0),
21 m_hashId(0),
22 m_begin(0),
23 m_end(0)
24 { } ;
25
26 // container cnv does conversion
28
29 //private:
30
31 // Identifier of this collection
33
34 // Hash Identifier of this collection
35 // (write this one as well, so we don't rely on the IdHelper for it)
37
38 // Begin index into master collection
39 unsigned int m_begin;
40
41 // End index into master collection
42 unsigned int m_end;
43
44};
45
46#endif
unsigned int value_type
unsigned int value_type
IdentifierHash::value_type m_hashId