BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
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
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
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
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
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
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
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_endcap_sigma.h
Go to the documentation of this file.
1
#ifndef CALIB_ENDCAP_SIGMA_H
2
#define CALIB_ENDCAP_SIGMA_H
3
4
#include "tofcalgsec/TofCalibFit.h"
5
6
const
int
nEndcapSigma
= 3;
// number of calib_endcap_sigma.txt
7
const
int
nParEcSigma
= 4;
// 4: offset, offset error, sigma, sigma error
8
const
int
nGraphEcSigma
= 2;
9
10
class
calib_endcap_sigma
:
public
TofCalibFit
{
11
public
:
12
calib_endcap_sigma
(
const
unsigned
int
nrbin );
13
~calib_endcap_sigma
();
14
15
void
calculate
(
RecordSet
*&
data
,
unsigned
int
icounter );
16
17
private
:
18
void
fillRecord(
const
Record
* r,
unsigned
int
icounter );
19
void
fitHistogram(
unsigned
int
icounter );
20
void
fillGraph(
unsigned
int
icounter );
21
void
fitGraph(
unsigned
int
icounter );
22
23
private
:
24
std::vector<double> rpos;
25
std::vector<double> rposerr;
26
double
rstep;
27
28
std::vector<HepVector> m_fitresult;
29
};
30
31
#endif
32
data
TTree * data
Definition:
DataBase/tau_mode.c:5
RecordSet
std::vector< Record * > RecordSet
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/TofDataSet.h:98
nGraphEcSigma
const int nGraphEcSigma
Definition:
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_endcap_sigma.h:8
nParEcSigma
const int nParEcSigma
Definition:
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_endcap_sigma.h:7
nEndcapSigma
const int nEndcapSigma
Definition:
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_endcap_sigma.h:6
Record
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/TofDataSet.h:39
TofCalibFit
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/TofCalibFit.h:21
calib_endcap_sigma
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/calib_endcap_sigma.h:10
calib_endcap_sigma::calib_endcap_sigma
calib_endcap_sigma(const unsigned int nrbin)
calib_endcap_sigma::calculate
void calculate(RecordSet *&data, unsigned int icounter)
calib_endcap_sigma::~calib_endcap_sigma
~calib_endcap_sigma()
source
Tof
tofcalgsec
tofcalgsec-00-02-23
tofcalgsec
calib_endcap_sigma.h
Generated by
1.9.6