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
TFCSEnergyParametrization.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_TFCSEnergyParametrization_h
6
#define ISF_FASTCALOSIMEVENT_TFCSEnergyParametrization_h
7
8
#include "
ISF_FastCaloSimEvent/TFCSParametrization.h
"
9
10
class
TFCSEnergyParametrization
:
public
TFCSParametrization
{
11
public
:
12
TFCSEnergyParametrization
(
const
char
*
name
=
nullptr
,
13
const
char
*
title
=
nullptr
);
14
15
virtual
bool
is_match_Ekin_bin
(
int
/*Ekin_bin*/
)
const override
{
16
return
true
;
17
};
18
virtual
bool
is_match_calosample
(
int
/*calosample*/
)
const override
{
19
return
true
;
20
};
21
22
// return number of energy parametrization bins
23
virtual
int
n_bins
()
const
{
return
0; };
24
25
private
:
26
ClassDefOverride(
TFCSEnergyParametrization
, 1)
// TFCSEnergyParametrization
27
};
28
29
#endif
TFCSEnergyParametrization
Definition:
TFCSEnergyParametrization.h:10
TFCSEnergyParametrization::is_match_Ekin_bin
virtual bool is_match_Ekin_bin(int) const override
Definition:
TFCSEnergyParametrization.h:15
TFCSEnergyParametrization::n_bins
virtual int n_bins() const
Definition:
TFCSEnergyParametrization.h:23
TFCSEnergyParametrization::TFCSEnergyParametrization
TFCSEnergyParametrization(const char *name=nullptr, const char *title=nullptr)
Definition:
TFCSEnergyParametrization.cxx:12
TFCSParametrization.h
TFCSEnergyParametrization::is_match_calosample
virtual bool is_match_calosample(int) const override
Definition:
TFCSEnergyParametrization.h:18
covarianceTool.title
title
Definition:
covarianceTool.py:542
TFCSParametrization
Definition:
TFCSParametrization.h:10
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
Generated on Sat Apr 12 2025 21:19:59 for ATLAS Offline Software by
1.8.18