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