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_timesig.h
Go to the documentation of this file.
1
2
/*
3
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TRIGJETCONDITIONCONFIG_TIMESIG_H
7
#define TRIGJETCONDITIONCONFIG_TIMESIG_H
8
9
10
#include "
ITrigJetConditionConfig.h
"
11
#include "
./ConditionsDefs.h
"
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
14
class
TrigJetConditionConfig_timesig
:
15
public
extends<AthAlgTool, ITrigJetConditionConfig> {
16
17
public
:
18
19
TrigJetConditionConfig_timesig
(
const
std::string&
type
,
const
std::string&
name
,
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_minTimeSignificance
{
this
,
"min"
, {},
"min time significance value"
};
28
29
Gaudi::Property<std::string>
30
m_maxTime
{
this
,
"max"
, {},
"max time value"
};
31
32
StatusCode
checkVals
()
const
;
33
};
34
#endif
ConditionsDefs.h
TrigJetConditionConfig_timesig::TrigJetConditionConfig_timesig
TrigJetConditionConfig_timesig(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TrigJetConditionConfig_timesig.cxx:13
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
TrigJetConditionConfig_timesig::getCondition
virtual Condition getCondition() const override
Definition:
TrigJetConditionConfig_timesig.cxx:25
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
ITrigJetConditionConfig.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigJetConditionConfig_timesig::m_maxTime
Gaudi::Property< std::string > m_maxTime
Definition:
TrigJetConditionConfig_timesig.h:30
TrigJetConditionConfig_timesig::m_minTimeSignificance
Gaudi::Property< std::string > m_minTimeSignificance
Definition:
TrigJetConditionConfig_timesig.h:27
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
TrigJetConditionConfig_timesig::initialize
virtual StatusCode initialize() override
Definition:
TrigJetConditionConfig_timesig.cxx:18
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TrigJetConditionConfig_timesig
Definition:
TrigJetConditionConfig_timesig.h:15
TrigJetConditionConfig_timesig::checkVals
StatusCode checkVals() const
Definition:
TrigJetConditionConfig_timesig.cxx:31
Generated on Mon Mar 24 2025 21:21:36 for ATLAS Offline Software by
1.8.18