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
Tracking
Acts
ActsRegionsOfInterest
src
CaloBasedRoICreatorTool.h
Go to the documentation of this file.
1
2
/*
3
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef CALO_BASED_ROI_CREATOR_TOOL_H
7
#define CALO_BASED_ROI_CREATOR_TOOL_H
8
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
ActsToolInterfaces/IRoICreatorTool.h
"
11
#include "
TrkCaloClusterROI/ROIPhiRZContainer.h
"
12
#include "
BeamSpotConditionsData/BeamSpotData.h
"
13
14
namespace
ActsTrk
{
15
16
class
17
CaloBasedRoICreatorTool
18
:
public
extends<AthAlgTool, ActsTrk::IRoICreatorTool> {
19
public
:
20
CaloBasedRoICreatorTool
(
const
std::string&
type
,
21
const
std::string&
name
,
22
const
IInterface*
parent
);
23
virtual
~CaloBasedRoICreatorTool
() =
default
;
24
25
virtual
26
StatusCode
initialize
()
override
;
27
28
virtual
29
StatusCode
defineRegionsOfInterest(
const
EventContext& ctx,
30
TrigRoiDescriptorCollection
& collectionRoI)
const override
;
31
32
private
:
33
SG::ReadHandleKey< ROIPhiRZContainer >
m_caloClusterROIKey
34
{
this
,
"CaloClusterRoIContainer"
,
""
,
35
"Name of the calo cluster ROIs in Phi,R,Z parameterization"
};
36
37
SG::ReadCondHandleKey< InDet::BeamSpotData >
m_beamSpotKey
38
{
this
,
"BeamSpotKey"
,
"BeamSpotData"
,
39
"SG key for beam spot"
};
40
41
Gaudi::Property< double > m_deltaEta
42
{
this
,
"DeltaEtaCaloRoI"
, .1};
43
Gaudi::Property< double > m_deltaPhi
44
{
this
,
"DeltaPhiCaloRoI"
, .25};
45
Gaudi::Property< double > m_deltaZ
46
{
this
,
"DeltaZCaloRoI"
, 300.};
47
};
48
49
}
50
51
#endif
initialize
void initialize()
Definition:
run_EoverP.cxx:894
SG::ReadHandleKey< ROIPhiRZContainer >
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
ActsTrk::CaloBasedRoICreatorTool
Definition:
CaloBasedRoICreatorTool.h:18
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
ROIPhiRZContainer.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
SG::ReadCondHandleKey< InDet::BeamSpotData >
TrigRoiDescriptorCollection
Definition:
TrigRoiDescriptorCollection.h:21
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:55
BeamSpotData.h
IRoICreatorTool.h
ActsTrk::CaloBasedRoICreatorTool::~CaloBasedRoICreatorTool
virtual ~CaloBasedRoICreatorTool()=default
Generated on Thu Mar 13 2025 21:07:56 for ATLAS Offline Software by
1.8.18