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