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
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_emf.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGJETCONDITIONCONFIG_EMF_H
6
#define TRIGJETCONDITIONCONFIG_EMF_H
7
8
#include "
ITrigJetConditionConfig.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
./ConditionsDefs.h
"
11
12
class
TrigJetConditionConfig_emf
:
13
public
extends<AthAlgTool, ITrigJetConditionConfig> {
14
15
public
:
16
17
TrigJetConditionConfig_emf
(
const
std::string&
type
,
18
const
std::string&
name
,
19
const
IInterface*
parent
);
20
21
virtual
StatusCode
initialize
()
override
;
22
virtual
Condition
getCondition
()
const override
;
23
24
private
:
25
26
Gaudi::Property<std::string>
27
m_min
{
this
,
"min"
, {},
"single jet min EMF"
};
28
29
Gaudi::Property<std::string>
30
m_max
{
this
,
"max"
, {},
"single jet max EMF"
};
31
32
StatusCode
checkVals
()
const
;
33
34
};
35
#endif
ConditionsDefs.h
TrigJetConditionConfig_emf::TrigJetConditionConfig_emf
TrigJetConditionConfig_emf(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TrigJetConditionConfig_emf.cxx:14
TrigJetConditionConfig_emf::checkVals
StatusCode checkVals() const
Definition:
TrigJetConditionConfig_emf.cxx:33
TrigJetConditionConfig_emf::getCondition
virtual Condition getCondition() const override
Definition:
TrigJetConditionConfig_emf.cxx:27
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TrigJetConditionConfig_emf::m_max
Gaudi::Property< std::string > m_max
Definition:
TrigJetConditionConfig_emf.h:30
ITrigJetConditionConfig.h
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
TrigJetConditionConfig_emf::m_min
Gaudi::Property< std::string > m_min
Definition:
TrigJetConditionConfig_emf.h:27
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TrigJetConditionConfig_emf::initialize
virtual StatusCode initialize() override
Definition:
TrigJetConditionConfig_emf.cxx:22
TrigJetConditionConfig_emf
Definition:
TrigJetConditionConfig_emf.h:13
Generated on Sun Mar 23 2025 21:21:36 for ATLAS Offline Software by
1.8.18