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_dijet_dphi.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
#ifndef TRIGJETCONDITIONCONFIG_DIJET_DPHI_H
6
#define TRIGJETCONDITIONCONFIG_DIJET_DPHI_H
7
8
9
#include "
ITrigJetConditionConfig.h
"
10
#include "
./ConditionsDefs.h
"
11
#include "
AthenaBaseComps/AthAlgTool.h
"
12
13
class
TrigJetConditionConfig_dijet_dphi
:
14
public
extends<AthAlgTool, ITrigJetConditionConfig> {
15
16
public
:
17
18
TrigJetConditionConfig_dijet_dphi
(
const
std::string&
type
,
19
const
std::string&
name
,
20
const
IInterface*
parent
);
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
Condition
getCondition
()
const override
;
24
25
private
:
26
27
Gaudi::Property<std::string>
28
m_min
{
this
,
"min"
, {},
"min dijet dPhi"
};
29
30
Gaudi::Property<std::string>
31
m_max
{
this
,
"max"
, {},
"max dojet dPhi"
};
32
33
StatusCode
checkVals
()
const
;
34
};
35
#endif
TrigJetConditionConfig_dijet_dphi::m_max
Gaudi::Property< std::string > m_max
Definition:
TrigJetConditionConfig_dijet_dphi.h:31
ConditionsDefs.h
TrigJetConditionConfig_dijet_dphi::TrigJetConditionConfig_dijet_dphi
TrigJetConditionConfig_dijet_dphi(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TrigJetConditionConfig_dijet_dphi.cxx:14
TrigJetConditionConfig_dijet_dphi
Definition:
TrigJetConditionConfig_dijet_dphi.h:14
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TrigJetConditionConfig_dijet_dphi::getCondition
virtual Condition getCondition() const override
Definition:
TrigJetConditionConfig_dijet_dphi.cxx:29
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_dijet_dphi::checkVals
StatusCode checkVals() const
Definition:
TrigJetConditionConfig_dijet_dphi.cxx:35
TrigJetConditionConfig_dijet_dphi::initialize
virtual StatusCode initialize() override
Definition:
TrigJetConditionConfig_dijet_dphi.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
TrigJetConditionConfig_dijet_dphi::m_min
Gaudi::Property< std::string > m_min
Definition:
TrigJetConditionConfig_dijet_dphi.h:28
Generated on Mon Mar 24 2025 21:21:35 for ATLAS Offline Software by
1.8.18