Belle II Software
release-06-02-00
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
ECLDigitWaveformParametersForMC.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
11
#include <TObject.h>
12
#include <framework/logging/Logger.h>
13
14
15
namespace
Belle2
{
25
class
ECLDigitWaveformParametersForMC
:
public
TObject {
26
public
:
27
31
ECLDigitWaveformParametersForMC
()
32
{
33
for
(
int
i = 0; i < 11; i++) {
34
m_PhotonPars
[i] = 0.;
35
m_HadronPars
[i] = 0.;
36
m_DiodePars
[i] = 0.;
37
}
38
39
};
40
42
const
float
*
getPhotonParameters
()
const
{
return
m_PhotonPars
;};
43
45
const
float
*
getHadronParameters
()
const
{
return
m_HadronPars
;};
46
48
const
float
*
getDiodeParameters
()
const
{
return
m_DiodePars
;};
49
51
void
setTemplateParameters
(
const
float
photonInput[11],
52
const
float
hadronInput[11],
53
const
float
diodeInput[11])
54
{
55
for
(
int
i = 0; i < 11; i++) {
56
m_PhotonPars
[i] = photonInput[i];
57
m_HadronPars
[i] = hadronInput[i];
58
m_DiodePars
[i] = diodeInput[i];
59
}
60
};
61
65
~ECLDigitWaveformParametersForMC
() {};
66
67
private
:
68
69
float
m_PhotonPars
[11];
70
float
m_HadronPars
[11];
71
float
m_DiodePars
[11];
73
//1 Initial Version
74
ClassDef
(
ECLDigitWaveformParametersForMC
, 1);
75
};
77
}
// end namespace Belle2
Belle2::ECLDigitWaveformParametersForMC
DB object to store photon, hadron and diode shape parameters used in simulations.
Definition:
ECLDigitWaveformParametersForMC.h:25
Belle2::ECLDigitWaveformParametersForMC::m_PhotonPars
float m_PhotonPars[11]
photon parameters for MC
Definition:
ECLDigitWaveformParametersForMC.h:65
Belle2::ECLDigitWaveformParametersForMC::getDiodeParameters
const float * getDiodeParameters() const
Get array of diode template parameters.
Definition:
ECLDigitWaveformParametersForMC.h:48
Belle2::ECLDigitWaveformParametersForMC::m_HadronPars
float m_HadronPars[11]
hadron parameters for MC
Definition:
ECLDigitWaveformParametersForMC.h:70
Belle2::ECLDigitWaveformParametersForMC::getHadronParameters
const float * getHadronParameters() const
Get array of hadron template parameters.
Definition:
ECLDigitWaveformParametersForMC.h:45
Belle2::ECLDigitWaveformParametersForMC::getPhotonParameters
const float * getPhotonParameters() const
Get array of photon template parameters.
Definition:
ECLDigitWaveformParametersForMC.h:42
Belle2::ECLDigitWaveformParametersForMC::setTemplateParameters
void setTemplateParameters(const float photonInput[11], const float hadronInput[11], const float diodeInput[11])
Set photon, hadron and diode template parameters.
Definition:
ECLDigitWaveformParametersForMC.h:51
Belle2::ECLDigitWaveformParametersForMC::m_DiodePars
float m_DiodePars[11]
diode parameters for MC
Definition:
ECLDigitWaveformParametersForMC.h:71
Belle2::ECLDigitWaveformParametersForMC::ClassDef
ClassDef(ECLDigitWaveformParametersForMC, 1)
ClassDef.
Belle2::ECLDigitWaveformParametersForMC::~ECLDigitWaveformParametersForMC
~ECLDigitWaveformParametersForMC()
Destructor.
Definition:
ECLDigitWaveformParametersForMC.h:65
Belle2::ECLDigitWaveformParametersForMC::ECLDigitWaveformParametersForMC
ECLDigitWaveformParametersForMC()
Default constructor.
Definition:
ECLDigitWaveformParametersForMC.h:31
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
ecl
dbobjects
include
ECLDigitWaveformParametersForMC.h
Generated on Thu Dec 28 2023 02:23:44 for Belle II Software by
1.9.1