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
w
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
TrigAlgorithms
TrigT2CaloCommon
src
CompareCells.h
Go to the documentation of this file.
1
2
/*
3
* Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
4
* */
5
#ifndef TrigT2CaloCommon_CompareCells_h
6
#define TrigT2CaloCommon_CompareCells_h
7
8
#include <string>
9
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "
TrigT2CaloCommon/ITrigCaloDataAccessSvc.h
"
12
#include "
StoreGate/ReadHandleKey.h
"
13
#include "
CaloEvent/CaloBCIDAverage.h
"
14
#include "
CaloEvent/CaloCellContainer.h
"
15
#include "
LArRawConditions/LArMCSym.h
"
16
#include "
StoreGate/ReadCondHandleKey.h
"
17
18
class
CompareCells
:
public
::AthReentrantAlgorithm
19
{
20
public
:
21
CompareCells
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
24
25
private
:
26
ServiceHandle<ITrigCaloDataAccessSvc>
m_dataAccessSvc
;
27
28
SG::ReadHandleKey<CaloCellContainer>
m_calocellcollectionKey
;
29
30
SG::ReadHandleKey<CaloBCIDAverage>
m_bcidAvgKey
{
31
this
,
"BCIDAvgKey"
,
"CaloBCIDAverage"
,
""
};
32
33
SG::ReadCondHandleKey<LArMCSym>
m_mcsymKey
34
{
this
,
"MCSymKey"
,
"LArMCSym"
,
"SG Key of LArMCSym object"
};
35
36
};
37
#endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
CompareCells
Definition:
CompareCells.h:19
CompareCells::m_dataAccessSvc
ServiceHandle< ITrigCaloDataAccessSvc > m_dataAccessSvc
Definition:
CompareCells.h:26
CompareCells::m_bcidAvgKey
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Definition:
CompareCells.h:30
CompareCells::initialize
virtual StatusCode initialize() override
Definition:
CompareCells.cxx:19
SG::ReadHandleKey< CaloCellContainer >
CompareCells::m_calocellcollectionKey
SG::ReadHandleKey< CaloCellContainer > m_calocellcollectionKey
Definition:
CompareCells.h:28
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
CompareCells::CompareCells
CompareCells(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
CompareCells.cxx:10
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
AthReentrantAlgorithm.h
CompareCells::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
CompareCells.cxx:27
ITrigCaloDataAccessSvc.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
CompareCells::m_mcsymKey
SG::ReadCondHandleKey< LArMCSym > m_mcsymKey
Definition:
CompareCells.h:34
CaloCellContainer.h
CaloBCIDAverage.h
SG::ReadCondHandleKey< LArMCSym >
LArMCSym.h
ServiceHandle< ITrigCaloDataAccessSvc >
Generated on Wed May 7 2025 21:07:39 for ATLAS Offline Software by
1.8.18