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
TrigEgammaEmulationTool
ITrigEgammaEmulationChain.h
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
#ifndef ITrigEgammaEmulationChain_h
7
#define ITrigEgammaEmulationChain_h
8
9
#include "
AsgTools/IAsgTool.h
"
10
#include "
PATCore/AcceptInfo.h
"
11
#include "
PATCore/AcceptData.h
"
12
#include "
TrigEgammaEmulationTool/TrigEgammaEmulationToolMT.h
"
13
14
15
namespace
Trig
{
16
17
class
TrigData;
18
19
class
ITrigEgammaEmulationChain
:
virtual
public
asg::IAsgTool
20
{
21
22
ASG_TOOL_INTERFACE
(
ITrigEgammaEmulationChain
)
23
24
public
:
25
26
virtual
StatusCode
initialize
()=0;
27
28
virtual
asg::AcceptData
emulate
(
const
Trig::TrigData
&input )
const
=0;
29
30
virtual
std::string
chain
()
const
=0;
31
32
virtual
std::string
signature
()
const
=0;
33
34
};
35
36
37
}
//namespace
38
#endif
Trig
The common trigger namespace for trigger analysis tools.
Definition:
LArCellMonAlg.h:33
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition:
IAsgTool.h:41
Trig::ITrigEgammaEmulationChain::chain
virtual std::string chain() const =0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
Trig::ITrigEgammaEmulationChain::initialize
virtual StatusCode initialize()=0
Trig::ITrigEgammaEmulationChain::emulate
virtual asg::AcceptData emulate(const Trig::TrigData &input) const =0
Trig::ITrigEgammaEmulationChain::signature
virtual std::string signature() const =0
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition:
AsgToolMacros.h:40
IAsgTool.h
AcceptData.h
AcceptInfo.h
Trig::TrigData
Definition:
TrigEgammaEmulationToolMT.h:40
asg::AcceptData
Definition:
AcceptData.h:30
TrigEgammaEmulationToolMT.h
Trig::ITrigEgammaEmulationChain
Definition:
ITrigEgammaEmulationChain.h:20
Generated on Wed Apr 23 2025 21:12:44 for ATLAS Offline Software by
1.8.18