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
TrigAnalysis
TrigEgammaEmulationTool
Root
TrigEgammaEmulationBaseHypoTool.cxx
Go to the documentation of this file.
1
2
3
#include "
TrigEgammaEmulationTool/TrigEgammaEmulationBaseHypoTool.h
"
4
5
6
using namespace
Trig
;
7
8
//**********************************************************************
9
10
TrigEgammaEmulationBaseHypoTool::TrigEgammaEmulationBaseHypoTool
(
const
std::string& myname )
11
:
asg
::AsgTool( myname ),
12
m_trigdec(
"Trig::TrigDecisionTool/TrigDecisionTool"
),
13
m_lumiBlockMuTool(
"LumiBlockMuTool/LumiBlockMuTool"
)
14
{}
15
16
//**********************************************************************
17
StatusCode
TrigEgammaEmulationBaseHypoTool::initialize
() {
18
19
ATH_CHECK
(
m_trigdec
.retrieve() );
20
ATH_CHECK
(
m_lumiBlockMuTool
.retrieve() );
21
return
StatusCode::SUCCESS;
22
}
23
24
//**********************************************************************
25
26
float
TrigEgammaEmulationBaseHypoTool::avgmu
()
const
27
{
28
return
m_lumiBlockMuTool
->averageInteractionsPerCrossing(Gaudi::Hive::currentContext());
29
}
30
31
Trig
The common trigger namespace for trigger analysis tools.
Definition:
LArCellMonAlg.h:33
Trig::TrigEgammaEmulationBaseHypoTool::m_trigdec
ToolHandle< Trig::TrigDecisionTool > m_trigdec
Trigger decision tool.
Definition:
TrigEgammaEmulationBaseHypoTool.h:40
Trig::TrigEgammaEmulationBaseHypoTool::TrigEgammaEmulationBaseHypoTool
TrigEgammaEmulationBaseHypoTool(const std::string &myname)
Definition:
TrigEgammaEmulationBaseHypoTool.cxx:10
asg
Definition:
DataHandleTestTool.h:28
Trig::TrigEgammaEmulationBaseHypoTool::m_lumiBlockMuTool
ToolHandle< ILumiBlockMuTool > m_lumiBlockMuTool
Definition:
TrigEgammaEmulationBaseHypoTool.h:41
Trig::TrigEgammaEmulationBaseHypoTool::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition:
TrigEgammaEmulationBaseHypoTool.cxx:17
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_CHECK
#define ATH_CHECK
Definition:
AthCheckMacros.h:40
TrigEgammaEmulationBaseHypoTool.h
Trig::TrigEgammaEmulationBaseHypoTool::avgmu
float avgmu() const
Definition:
TrigEgammaEmulationBaseHypoTool.cxx:26
Generated on Tue Mar 25 2025 21:21:27 for ATLAS Offline Software by
1.8.18