BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
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
IniCalib.h
Go to the documentation of this file.
1
#ifndef INICALIB_H
2
#define INICALIB_H
3
4
#include "
CalibBase.h
"
5
6
#include "TObjArray.h"
7
#include "TFile.h"
8
#include "TH1F.h"
9
#include "TH1D.h"
10
11
class
IniCalib
:
public
CalibBase
{
12
public
:
13
IniCalib
();
14
~IniCalib
();
15
void
init
(TObjArray* hlist,
MdcCosGeom
* pGeom);
16
void
mergeHist
(TFile* fhist);
17
void
calib
(
MdcCalibConst
* calconst, TObjArray* newXtList, TObjArray* r2tList);
18
19
private
:
20
void
renameHist();
21
static
Double_t funTmin(Double_t*
x
, Double_t* par);
22
static
Double_t funTmax(Double_t*
x
, Double_t* par);
23
24
MdcCosGeom
* m_pGeom;
25
26
TFolder* m_fdcom;
27
TFolder* m_fdTmap;
28
TFolder* m_fdTraw;
29
TFolder* m_fdTrawCel;
30
TFolder* m_fdTrawTes;
31
32
TFolder* m_fdQmap;
33
TFolder* m_fdQraw;
34
TFolder* m_fdQrawCel;
35
36
TH1F* m_hLayerHitmapT;
37
TH1F* m_hWireHitMapT;
38
39
TH1F* m_hLayerHitmapQ;
40
TH1F* m_hWireHitMapQ;
41
42
TH1F* m_hTesAll;
43
TH1F* m_hTesCal;
44
TH1F* m_hTesFlag;
45
46
TH1F* m_hlaymapT[
NLAYER
];
47
TH1F* m_htdc[
NLAYER
];
48
TH1F* m_htraw[
NLAYER
];
49
TH1F* m_htrawCel[
NWIRE
];
50
51
TH1F* m_hlaymapQ[
NLAYER
];
52
TH1F* m_hqraw[
NLAYER
];
53
TH1F* m_hqrawCel[
NWIRE
];
54
};
11
class
IniCalib
:
public
CalibBase
{
…
};
55
56
#endif
/* INICALIB_H */
x
Double_t x[10]
Definition
DataBase/tau_mode.c:57
NLAYER
const int NLAYER
Definition
MdcCalibAlg/MdcCalibAlg-01-00-00/share/distcalib/src/include/fun.h:13
NWIRE
const int NWIRE
Definition
MdcCalibAlg/MdcCalibAlg-01-00-00/share/distcalib/src/include/fun.h:14
CalibBase.h
CalibBase
Definition
Mdc/MdcCalibAlg/MdcCalibAlg-01-00-00/share/distcalib/src/include/CalibBase.h:21
IniCalib
Definition
IniCalib.h:11
IniCalib::calib
void calib(MdcCalibConst *calconst, TObjArray *newXtList, TObjArray *r2tList)
Definition
IniCalib.cpp:166
IniCalib::mergeHist
void mergeHist(TFile *fhist)
Definition
IniCalib.cpp:98
IniCalib::IniCalib
IniCalib()
Definition
IniCalib.cpp:8
IniCalib::init
void init(TObjArray *hlist, MdcCosGeom *pGeom)
Definition
IniCalib.cpp:15
IniCalib::~IniCalib
~IniCalib()
Definition
IniCalib.cpp:12
MdcCalibConst
Definition
MdcCalibAlg/MdcCalibConst.h:7
MdcCosGeom
Definition
MdcAlignAlg/MdcAlignAlg-00-02-00/share/distAlign/src/include/MdcCosGeom.h:16
7.1.2
Mdc
MdcCalibAlg
MdcCalibAlg-01-00-00
share
distcalib
src
include
IniCalib.h
Generated by
1.12.0