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
Trigger
TrigT1
Global
GlobalSimulation
src
IO
Global/GlobalSimulation/src/IO/eEmTOBArray.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef GLOBALSIM_EEMTOBARRAY_H
4
#define GLOBALSIM_EEMTOBARRAY_H
5
6
#include "
L1TopoEvent/InputTOBArray.h
"
7
#include "
L1TopoEvent/DataArrayImpl.h
"
8
#include "
L1TopoEvent/eEmTOB.h
"
9
10
#include "
AthenaKernel/CLASS_DEF.h
"
11
12
namespace
TCS
{
13
class
InputTOBArray;
14
class
eEmTOB;
15
}
16
17
namespace
GlobalSim
{
18
19
class
eEmTOBArray
:
public
TCS::InputTOBArray
,
20
public
TCS::DataArrayImpl
<TCS::eEmTOB> {
21
public
:
22
23
eEmTOBArray
(
const
std::string &
name
,
unsigned
int
reserve);
24
25
virtual
unsigned
int
size
()
const
{
26
return
TCS::DataArrayImpl<TCS::eEmTOB>::size
();
27
}
28
29
private
:
30
virtual
void
print
(std::ostream&)
const
;
31
};
32
}
33
34
CLASS_DEF
(
GlobalSim::eEmTOBArray
, 13700225 , 1 )
35
36
#endif
InputTOBArray.h
TCS::DataArray::name
const std::string & name() const
Definition:
DataArray.h:20
GlobalSim::eEmTOBArray::eEmTOBArray
eEmTOBArray(const std::string &name, unsigned int reserve)
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.cxx:11
GlobalSim::eEmTOBArray
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.h:20
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition:
dump.h:8
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
GlobalSim::eEmTOBArray::print
virtual void print(std::ostream &) const
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.cxx:17
TCS::DataArrayImpl::size
size_t size() const
Definition:
DataArrayImpl.h:30
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
GlobalSim::eEmTOBArray::size
virtual unsigned int size() const
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.h:25
eEmTOB.h
DataArrayImpl.h
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Sat Mar 15 2025 21:09:50 for ATLAS Offline Software by
1.8.18