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
TrigEvent
TrigCaloEvent
src
TrigTauClusterContainer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
/*******************************************************
7
8
NAME: TrigTauClusterContainer.cxx
9
PACKAGE: Trigger/TrigEvent/TrigCaloEvent
10
AUTHORS: Denis O. Damazio, Carlos Osuna, Xin Wu
11
12
PURPOSE: Keep a container for the important
13
output variables from the Calorimeter
14
LVL2 tau Trigger.
15
Optionally seed ID Trigger and EF.
16
Variables here should be RAW variables
17
not corrected.
18
DATE: October 17th, 2005
19
20
******************************************************/
21
22
#include "
TrigCaloEvent/TrigTauClusterContainer.h
"
23
24
using namespace
std;
25
26
// Simple debug method
27
void
28
TrigTauClusterContainer::print
(
void
)
const
{
29
std::cout <<
"TrigTauClusterContainer with "
;
30
std::cout <<
size
() <<
" TrigTauClusters"
<< std::endl;
31
for
(
const
TrigTauCluster
*
c
: *
this
)
32
c
->print();
33
}
34
35
// Simple debug method using MsgStream
36
void
37
TrigTauClusterContainer::print
( MsgStream&
log
)
const
{
38
log
<<
MSG::DEBUG
<<
"TrigTauClusterContainer with "
;
39
log
<<
MSG::DEBUG
<<
size
() <<
" TrigTauClusters"
<<
endmsg
;
40
for
(
const
TrigTauCluster
*
c
: *
this
)
41
c
->print(
log
);
42
}
43
44
// End of file TrigTauClusterContainer.cxx
TrigTauCluster
Class with calibrated variables for tau clustering.
Definition:
TrigTauCluster.h:33
python.setupRTTAlg.size
int size
Definition:
setupRTTAlg.py:39
endmsg
#define endmsg
Definition:
AnalysisConfig_Ntuple.cxx:63
TrigTauClusterContainer.h
TrigTauClusterContainer::print
void print(void) const
calls TrigTauCluster::print (to std::cout) for all available clusters
Definition:
TrigTauClusterContainer.cxx:28
DEBUG
#define DEBUG
Definition:
page_access.h:11
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
python.compressB64.c
def c
Definition:
compressB64.py:93
Generated on Sun Apr 6 2025 21:21:59 for ATLAS Offline Software by
1.8.18