Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
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"
10
#include "
Identifier/IdentifierHash.h
"
11
12
class
InDetRawDataCollection_p1
13
{
14
15
16
public
:
17
18
InDetRawDataCollection_p1
()
19
:
20
m_id
(0),
21
m_hashId
(0),
22
m_begin
(0),
23
m_end
(0)
24
{ } ;
25
26
// container cnv does conversion
27
friend
class
InDetRawDataContainerCnv_p1
;
28
29
//private:
30
31
// Identifier of this collection
32
Identifier32::value_type
m_id
;
33
34
// Hash Identifier of this collection
35
// (write this one as well, so we don't rely on the IdHelper for it)
36
IdentifierHash::value_type
m_hashId
;
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
InDetRawDataCollection_p1::InDetRawDataContainerCnv_p1
friend class InDetRawDataContainerCnv_p1
Definition:
InDetRawDataCollection_p1.h:24
IdentifierHash::value_type
unsigned int value_type
Definition:
IdentifierHash.h:27
InDetRawDataCollection_p1::m_hashId
IdentifierHash::value_type m_hashId
Definition:
InDetRawDataCollection_p1.h:36
InDetRawDataCollection_p1::m_end
unsigned int m_end
Definition:
InDetRawDataCollection_p1.h:42
InDetRawDataCollection_p1::m_id
Identifier32::value_type m_id
Definition:
InDetRawDataCollection_p1.h:32
InDetRawDataCollection_p1
Definition:
InDetRawDataCollection_p1.h:13
InDetRawDataCollection_p1::InDetRawDataCollection_p1
InDetRawDataCollection_p1()
Definition:
InDetRawDataCollection_p1.h:18
IdentifierHash.h
InDetRawDataCollection_p1::m_begin
unsigned int m_begin
Definition:
InDetRawDataCollection_p1.h:39
Identifier32::value_type
unsigned int value_type
Definition:
Identifier32.h:28
Generated on Thu Apr 24 2025 21:12:01 for ATLAS Offline Software by
1.8.18