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
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloSimEvent
ISF_FastCaloSimEvent
TFCSParametrizationEbinChain.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_FASTCALOSIMEVENT_TFCSParametrizationEbinChain_h
6
#define ISF_FASTCALOSIMEVENT_TFCSParametrizationEbinChain_h
7
8
#include "
ISF_FastCaloSimEvent/TFCSParametrizationBinnedChain.h
"
9
#include "
ISF_FastCaloSimEvent/TFCSSimulationState.h
"
10
11
class
TFCSParametrizationEbinChain
:
public
TFCSParametrizationBinnedChain
{
12
public
:
13
TFCSParametrizationEbinChain
(
const
char
*
name
=
nullptr
,
14
const
char
*
title
=
nullptr
)
15
:
TFCSParametrizationBinnedChain
(
name
,
title
){};
16
TFCSParametrizationEbinChain
(
const
TFCSParametrizationEbinChain
&
ref
)
17
:
TFCSParametrizationBinnedChain
(
ref
){};
18
21
virtual
int
get_bin
(
TFCSSimulationState
&simulstate,
const
TFCSTruthState
*,
22
const
TFCSExtrapolationState
*)
const override
{
23
return
simulstate.
Ebin
();
24
};
25
virtual
const
std::string
26
get_variable_text
(
TFCSSimulationState
&simulstate,
const
TFCSTruthState
*,
27
const
TFCSExtrapolationState
*)
const override
;
28
29
static
void
unit_test
(
TFCSSimulationState
*simulstate =
nullptr
,
30
const
TFCSTruthState
*truth =
nullptr
,
31
const
TFCSExtrapolationState
*
extrapol
=
nullptr
);
32
33
private
:
34
ClassDefOverride(
TFCSParametrizationEbinChain
,
35
1)
// TFCSParametrizationEbinChain
36
};
37
38
#endif
TFCSParametrizationEbinChain
Definition:
TFCSParametrizationEbinChain.h:11
TFCSExtrapolationState
Definition:
TFCSExtrapolationState.h:13
RunActsMaterialValidation.extrapol
extrapol
Definition:
RunActsMaterialValidation.py:91
TFCSParametrizationEbinChain::TFCSParametrizationEbinChain
TFCSParametrizationEbinChain(const TFCSParametrizationEbinChain &ref)
Definition:
TFCSParametrizationEbinChain.h:16
TFCSParametrizationBinnedChain
Definition:
TFCSParametrizationBinnedChain.h:10
TFCSParametrizationBinnedChain.h
TFCSSimulationState::Ebin
int Ebin() const
Definition:
TFCSSimulationState.h:45
covarianceTool.title
title
Definition:
covarianceTool.py:542
TFCSParametrizationEbinChain::unit_test
static void unit_test(TFCSSimulationState *simulstate=nullptr, const TFCSTruthState *truth=nullptr, const TFCSExtrapolationState *extrapol=nullptr)
Definition:
TFCSParametrizationEbinChain.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TFCSParametrizationEbinChain::get_bin
virtual int get_bin(TFCSSimulationState &simulstate, const TFCSTruthState *, const TFCSExtrapolationState *) const override
current convention is to start Ebin counting at 1, to be updated to start counting with 0
Definition:
TFCSParametrizationEbinChain.h:21
TFCSParametrizationEbinChain::get_variable_text
virtual const std::string get_variable_text(TFCSSimulationState &simulstate, const TFCSTruthState *, const TFCSExtrapolationState *) const override
Definition:
TFCSParametrizationEbinChain.cxx:16
ref
const boost::regex ref(r_ef)
TFCSSimulationState.h
TFCSTruthState
Definition:
TFCSTruthState.h:13
TFCSSimulationState
Definition:
TFCSSimulationState.h:32
TFCSParametrizationEbinChain::TFCSParametrizationEbinChain
TFCSParametrizationEbinChain(const char *name=nullptr, const char *title=nullptr)
Definition:
TFCSParametrizationEbinChain.h:13
Generated on Thu Apr 24 2025 21:19:56 for ATLAS Offline Software by
1.8.18