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
TrigGepPerf
src
EMB1CellsFromCaloClusters.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGGEPPERF_EMB1CELLSFROMCALOCLUSTERS_H
5
#define TRIGGEPPERF_EMB1CELLSFROMCALOCLUSTERS_H
6
7
/* Obtain CaloCells for GEP pi0 searchs from a Cell Collection.
8
The method cells() returns a vector of vector of CaloCells.
9
There is one inner vector of EMB1 cells per CaloCluster
10
*/
11
12
#include "
ICaloCellsProducer.h
"
13
#include "
AthenaBaseComps/AthAlgTool.h
"
14
#include "
xAODCaloEvent/CaloClusterContainer.h
"
15
16
class
EMB1CellsFromCaloClusters
:
17
public
extends<AthAlgTool, ICaloCellsProducer> {
18
19
public
:
20
21
EMB1CellsFromCaloClusters
(
const
std::string&
type
,
22
const
std::string&
name
,
23
const
IInterface*
parent
);
24
25
virtual
~EMB1CellsFromCaloClusters
(){};
26
27
virtual
StatusCode
initialize
()
override
;
28
virtual
StatusCode
cells
(std::vector<std::vector<const CaloCell*>>&,
29
const
EventContext&)
const override
;
30
31
private
:
32
33
SG::ReadHandleKey<xAOD::CaloClusterContainer>
m_caloClustersKey
{
34
this
,
"caloClusters"
,
"CaloTopoClusters"
,
35
"key to read in a CaloCluster container"
};
36
};
37
#endif
EMB1CellsFromCaloClusters::cells
virtual StatusCode cells(std::vector< std::vector< const CaloCell * >> &, const EventContext &) const override
Definition:
EMB1CellsFromCaloClusters.cxx:21
EMB1CellsFromCaloClusters::~EMB1CellsFromCaloClusters
virtual ~EMB1CellsFromCaloClusters()
Definition:
EMB1CellsFromCaloClusters.h:25
SG::ReadHandleKey< xAOD::CaloClusterContainer >
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
EMB1CellsFromCaloClusters::initialize
virtual StatusCode initialize() override
Definition:
EMB1CellsFromCaloClusters.cxx:14
EMB1CellsFromCaloClusters
Definition:
EMB1CellsFromCaloClusters.h:17
ICaloCellsProducer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
EMB1CellsFromCaloClusters::m_caloClustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_caloClustersKey
Definition:
EMB1CellsFromCaloClusters.h:33
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
CaloClusterContainer.h
EMB1CellsFromCaloClusters::EMB1CellsFromCaloClusters
EMB1CellsFromCaloClusters(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
EMB1CellsFromCaloClusters.cxx:8
Generated on Thu Apr 3 2025 21:10:21 for ATLAS Offline Software by
1.8.18