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
w
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
TrigConfiguration
TrigConfL1Data
Root
CaloJetInput.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigConfL1Data/CaloJetInput.h
"
6
7
#include <iostream>
8
9
using namespace
std;
10
11
TrigConf::CaloJetInput::CaloJetInput
(
const
std::string&
name
,
12
unsigned
int
version
,
13
const
std::string&
type
,
14
int
ptcut
,
15
int
phimin,
16
int
phimax,
17
int
etamin
,
18
int
etamax) :
19
L1DataBaseclass
(),
20
m_Type(
type
),
21
m_Ptcut(
ptcut
),
22
m_PhiMin(phimin),
23
m_PhiMax(phimax),
24
m_EtaMin(
etamin
),
25
m_EtaMax(etamax)
26
{
27
setName
(
name
);
28
setVersion
(
version
);
29
}
30
31
TrigConf::CaloJetInput::CaloJetInput
() :
32
L1DataBaseclass
(),
33
m_Ptcut(0),
34
m_PhiMin(0),
35
m_PhiMax(0),
36
m_EtaMin(0),
37
m_EtaMax(0)
38
{}
39
40
41
void
42
TrigConf::CaloJetInput::print
(
const
std::string&
indent
,
unsigned
int
/*detail*/
)
const
{
43
44
cout <<
indent
<<
"-----------------------"
<< endl;
45
cout <<
indent
<<
"id: "
<<
id
() <<
" Name: "
<<
name
() <<
" Version: "
<<
version
() << endl;
46
cout <<
indent
<<
"Type: "
<< m_Type <<
" ptcut: "
<< m_Ptcut <<
" phi_min: "
<< m_PhiMin
47
<<
" phi_max: "
<< m_PhiMax <<
" eta_min: "
<< m_EtaMin
48
<<
" eta_max: "
<< m_EtaMax << endl;
49
}
TrigConf::TrigConfData::setName
void setName(const std::string &name)
Definition:
TrigConfData.h:30
TrigConf::CaloJetInput::CaloJetInput
CaloJetInput()
Definition:
CaloJetInput.cxx:31
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
Pythia8_A14_NNPDF23LO_forMGHT_EvtGen.ptcut
float ptcut
Definition:
Pythia8_A14_NNPDF23LO_forMGHT_EvtGen.py:9
CaloJetInput.h
geometry_dat_to_json.indent
indent
Definition:
geometry_dat_to_json.py:37
TrigConf::TrigConfData::version
unsigned int version() const
Definition:
TrigConfData.h:24
TrigConf::name
Definition:
HLTChainList.h:35
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:239
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
get_generator_info.version
version
Definition:
get_generator_info.py:33
TrigConf::TrigConfData::setVersion
void setVersion(unsigned int version)
Definition:
TrigConfData.h:31
TrigConf::L1DataBaseclass
Definition:
L1DataBaseclass.h:22
LArCellBinning.etamin
etamin
Definition:
LArCellBinning.py:137
TrigConf::CaloJetInput::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition:
CaloJetInput.cxx:42
Generated on Fri May 9 2025 21:07:22 for ATLAS Offline Software by
1.8.18