Loading [MathJax]/jax/input/TeX/config.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
ForwardDetectors
ZDC
ZdcCnv
ZdcEventTPCnv
ZdcEventTPCnv
ZdcDigitsCollection_p1.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// ZdcDigitsCollection_p1.h
8
// Persistent represenation of a ZdcDigitsCollection
9
// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10
// Date: June 2009
12
#ifndef ZDCDIGITSCOLLECTION_P1_H
13
#define ZDCDIGITSCOLLECTION_P1_H
14
15
#include "
ZdcEventTPCnv/ZdcDigits_p1.h
"
16
#include <vector>
17
18
class
ZdcDigitsCollection_p1
:
public
std::vector<ZdcDigits_p1>
19
{
20
public
:
22
typedef
std::vector<ZdcDigits_p1>
ElemVector
;
23
typedef
ElemVector::const_iterator
const_iterator
;
24
typedef
ElemVector::iterator
iterator
;
25
27
ZdcDigitsCollection_p1
() {}
28
29
30
private
:
31
};
32
33
#endif
xAOD::iterator
JetConstituentVector::iterator iterator
Definition:
JetConstituentVector.cxx:68
ZdcDigitsCollection_p1::const_iterator
ElemVector::const_iterator const_iterator
Definition:
ZdcDigitsCollection_p1.h:23
ZdcDigitsCollection_p1::ZdcDigitsCollection_p1
ZdcDigitsCollection_p1()
Default constructor.
Definition:
ZdcDigitsCollection_p1.h:27
ZdcDigitsCollection_p1
Definition:
ZdcDigitsCollection_p1.h:19
ZdcDigitsCollection_p1::ElemVector
std::vector< ZdcDigits_p1 > ElemVector
typedefs
Definition:
ZdcDigitsCollection_p1.h:22
ZdcDigitsCollection_p1::iterator
ElemVector::iterator iterator
Definition:
ZdcDigitsCollection_p1.h:24
ZdcDigits_p1.h
Generated on Wed Apr 16 2025 21:23:44 for ATLAS Offline Software by
1.8.18