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
TrigEgammaEmulationPrecisionTrackingHypoTool.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
* */
4
5
6
#ifndef TrigEgammaEmulationPrecisionTrackingHypoTool_h
7
#define TrigEgammaEmulationPrecisionTrackingHypoTool_h
8
9
#include "
AsgTools/AsgTool.h
"
10
#include "
TrigEgammaEmulationTool/TrigEgammaEmulationToolMT.h
"
11
#include "
TrigEgammaEmulationTool/TrigEgammaEmulationBaseHypoTool.h
"
12
#include "
TrigEgammaEmulationTool/ITrigEgammaEmulationBaseHypoTool.h
"
13
14
15
namespace
Trig
{
16
17
class
TrigEgammaEmulationPrecisionTrackingHypoTool
:
public
TrigEgammaEmulationBaseHypoTool
,
18
virtual
public
ITrigEgammaEmulationBaseHypoTool
19
{
20
ASG_TOOL_CLASS
(
TrigEgammaEmulationPrecisionTrackingHypoTool
,
ITrigEgammaEmulationBaseHypoTool
)
21
22
public
:
23
24
TrigEgammaEmulationPrecisionTrackingHypoTool
(
const
std::string& myname);
25
~TrigEgammaEmulationPrecisionTrackingHypoTool
()=
default
;
26
27
virtual
bool
emulate
(
const
TrigData
&input,
bool
&pass)
const override
;
28
29
private
:
30
31
Gaudi::Property< bool >
m_acceptAll
{
this
,
"AcceptAll"
, false ,
"Accept all"
};
32
33
};
34
35
}
//namespace
36
#endif
Trig::TrigEgammaEmulationPrecisionTrackingHypoTool
Definition:
TrigEgammaEmulationPrecisionTrackingHypoTool.h:19
Trig::TrigEgammaEmulationPrecisionTrackingHypoTool::~TrigEgammaEmulationPrecisionTrackingHypoTool
~TrigEgammaEmulationPrecisionTrackingHypoTool()=default
Trig
The common trigger namespace for trigger analysis tools.
Definition:
LArCellMonAlg.h:33
Trig::ITrigEgammaEmulationBaseHypoTool
Definition:
ITrigEgammaEmulationBaseHypoTool.h:20
Trig::TrigEgammaEmulationBaseHypoTool
Definition:
TrigEgammaEmulationBaseHypoTool.h:22
Trig::TrigEgammaEmulationPrecisionTrackingHypoTool::emulate
virtual bool emulate(const TrigData &input, bool &pass) const override
==========================================================================
Definition:
TrigEgammaEmulationPrecisionTrackingHypoTool.cxx:19
TrigEgammaEmulationBaseHypoTool.h
Trig::TrigEgammaEmulationPrecisionTrackingHypoTool::m_acceptAll
Gaudi::Property< bool > m_acceptAll
Definition:
TrigEgammaEmulationPrecisionTrackingHypoTool.h:31
ITrigEgammaEmulationBaseHypoTool.h
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
Trig::TrigData
Definition:
TrigEgammaEmulationToolMT.h:40
AsgTool.h
TrigEgammaEmulationToolMT.h
Trig::TrigEgammaEmulationPrecisionTrackingHypoTool::TrigEgammaEmulationPrecisionTrackingHypoTool
TrigEgammaEmulationPrecisionTrackingHypoTool(const std::string &myname)
Definition:
TrigEgammaEmulationPrecisionTrackingHypoTool.cxx:10
Generated on Mon Mar 17 2025 21:21:31 for ATLAS Offline Software by
1.8.18