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
L1Topo
L1TopoEvent
L1TopoEvent
L1Topo/L1TopoEvent/L1TopoEvent/eEmTOBArray.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef EEMTOBARRAY_H
4
#define EEMTOBARRAY_H
5
6
#include <iostream>
7
#include "
L1TopoEvent/InputTOBArray.h
"
8
#include "
L1TopoEvent/DataArrayImpl.h
"
9
#include "
L1TopoEvent/eEmTOB.h
"
10
#include <vector>
11
12
namespace
TCS
{
13
14
class
eEmTOBArray
:
public
InputTOBArray
,
public
DataArrayImpl
<eEmTOB> {
15
public
:
16
17
// default constructor
18
eEmTOBArray
(
const
std::string &
name
,
unsigned
int
reserve);
19
20
virtual
unsigned
int
size
()
const
{
return
DataArrayImpl<eEmTOB>::size
(); }
21
22
private
:
23
virtual
void
print
(std::ostream&)
const
;
24
};
25
26
}
27
28
#endif
TCS::eEmTOBArray::size
virtual unsigned int size() const
Definition:
L1Topo/L1TopoEvent/L1TopoEvent/eEmTOBArray.h:20
InputTOBArray.h
TCS::eEmTOBArray
Definition:
L1Topo/L1TopoEvent/L1TopoEvent/eEmTOBArray.h:14
TCS::DataArray::name
const std::string & name() const
Definition:
DataArray.h:20
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
TCS::DataArrayImpl::size
size_t size() const
Definition:
DataArrayImpl.h:30
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TCS::eEmTOBArray::print
virtual void print(std::ostream &) const
Definition:
L1Topo/L1TopoEvent/Root/eEmTOBArray.cxx:13
eEmTOB.h
DataArrayImpl.h
TCS::eEmTOBArray::eEmTOBArray
eEmTOBArray(const std::string &name, unsigned int reserve)
Definition:
L1Topo/L1TopoEvent/Root/eEmTOBArray.cxx:7
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
Generated on Tue Mar 18 2025 21:09:57 for ATLAS Offline Software by
1.8.18