BOSS
7.1.1
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.1
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
▼
Mdc
►
DedxCalibAlg
►
DedxCorrecSvc
►
DedxCurSvc
►
DedxSimSvc
►
MdcAlignAlg
▼
MdcCalibAlg
▼
MdcCalibAlg-01-00-00
►
MdcCalibAlg
▼
share
▼
distcalib
▼
src
▼
include
►
CalibBase.h
►
const.h
►
fun.h
►
GrXtCalib.h
►
IniCalib.h
►
MdcCalibConst.h
►
MdcCosGeom.h
►
MdcCosLayer.h
►
MdcCosWire.h
►
PreT0Calib.h
►
PreXtCalib.h
►
QtCalib.h
►
T0Calib.h
►
XtCalib.h
►
XtInteCalib.h
CalibBase.cpp
►
fun.cpp
GrXtCalib.cpp
IniCalib.cpp
►
MdcCalibConst.cpp
MdcCosGeom.cpp
MdcCosWire.cpp
►
merge.cpp
PreT0Calib.cpp
PreXtCalib.cpp
QtCalib.cpp
T0Calib.cpp
XtCalib.cpp
XtInteCalib.cpp
►
src
►
MdcCalibFunSvc
►
MdcCheckUtil
►
MdcGeomSvc
►
MdcNavigation
►
MdcRawEvent
►
MdcRecEvent
►
MdcTables
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
PreT0Calib.h
Go to the documentation of this file.
1
#ifndef PRET0CALIB_H
2
#define PRET0CALIB_H
3
4
#include "
CalibBase.h
"
5
6
#include "TObjArray.h"
7
#include "TFile.h"
8
#include "TH1F.h"
9
#include "TH1D.h"
10
#include "TGraph.h"
11
12
class
PreT0Calib
:
public
CalibBase
{
13
public
:
14
PreT0Calib
();
15
~PreT0Calib
();
16
void
init
(TObjArray* hlist,
MdcCosGeom
* pGeom);
17
void
mergeHist
(TFile* fhist);
18
void
calib
(
MdcCalibConst
* calconst, TObjArray* newXtList, TObjArray* r2tList);
19
20
private
:
21
void
renameHist();
22
23
static
Double_t funTmin(Double_t*
x
, Double_t* par);
24
static
Double_t funTmax(Double_t*
x
, Double_t* par);
25
26
MdcCosGeom
* m_pGeom;
27
int
m_nzbin;
28
double
m_zwid[
NLAYER
];
29
double
m_zst[
NLAYER
];
30
double
m_vp[
NLAYER
];
31
32
TFolder* m_fdTrec;
33
TFolder* m_fdTrecZ;
34
TH1F* m_hTrec[
NLAYER
][
NLR
];
35
TH1F* m_hTrecCosm[
NLAYER
][2];
36
TH1F* m_hTrecZ[
NLAYER
][
NLR
][11];
37
};
12
class
PreT0Calib
:
public
CalibBase
{
…
};
38
39
#endif
/* PRET0CALIB_H */
x
Double_t x[10]
Definition
DataBase/tau_mode.c:57
NLR
const int NLR
Definition
MdcCalibAlg/MdcCalibAlg-01-00-00/share/distcalib/src/include/fun.h:15
NLAYER
const int NLAYER
Definition
MdcCalibAlg/MdcCalibAlg-01-00-00/share/distcalib/src/include/fun.h:13
CalibBase.h
CalibBase
Definition
Mdc/MdcCalibAlg/MdcCalibAlg-01-00-00/share/distcalib/src/include/CalibBase.h:21
MdcCalibConst
Definition
MdcCalibAlg/MdcCalibConst.h:7
MdcCosGeom
Definition
MdcAlignAlg/MdcAlignAlg-00-02-00/share/distAlign/src/include/MdcCosGeom.h:16
PreT0Calib
Definition
PreT0Calib.h:12
PreT0Calib::~PreT0Calib
~PreT0Calib()
Definition
PreT0Calib.cpp:12
PreT0Calib::calib
void calib(MdcCalibConst *calconst, TObjArray *newXtList, TObjArray *r2tList)
Definition
PreT0Calib.cpp:101
PreT0Calib::mergeHist
void mergeHist(TFile *fhist)
Definition
PreT0Calib.cpp:63
PreT0Calib::PreT0Calib
PreT0Calib()
Definition
PreT0Calib.cpp:7
PreT0Calib::init
void init(TObjArray *hlist, MdcCosGeom *pGeom)
Definition
PreT0Calib.cpp:15
7.1.1
Mdc
MdcCalibAlg
MdcCalibAlg-01-00-00
share
distcalib
src
include
PreT0Calib.h
Generated by
1.12.0