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
InstallArea/include/MdcSim/MdcSim/BesMdcCalTransfer.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Description:
5
//Author: Yuan Ye(yuany@mail.ihep.ac.cn)
6
//Created: Oct.26, 2004
7
//Modified:
8
//Comment:
9
//---------------------------------------------------------------------------//
10
11
#ifndef BesMdcCalTransfer_h
12
#define BesMdcCalTransfer_h 1
13
14
#include "
BesMdcHit.hh
"
15
#include "MdcCalibFunSvc/IMdcCalibFunSvc.h"
16
#include "MdcCalibFunSvc/MdcCalibFunSvc.h"
17
18
class
BesMdcCalTransfer
19
{
20
public
:
21
BesMdcCalTransfer
(
void
);
22
~BesMdcCalTransfer
(
void
);
23
24
public
:
25
void
SetHitPointer
(
BesMdcHit
* hit);
26
27
void
GetSigma
(
double
& sigma1,
double
& sigma2,
double
&
f
);
28
29
double
D2T
(
double
driftDNew);
30
31
double
GetT0
(
void
);
32
33
double
GetTimeWalk
(
void
);
34
35
double
GetEff
(
void
);
36
private
:
37
G4int layerId, cellId, posFlag;
38
G4double driftD, edep, theta, enterAngle, z;
39
40
IMdcCalibFunSvc
* mdcCalFunSvc;
41
};
42
#endif
43
BesMdcHit.hh
BesMdcCalTransfer
Definition:
InstallArea/include/MdcSim/MdcSim/BesMdcCalTransfer.hh:19
BesMdcCalTransfer::BesMdcCalTransfer
BesMdcCalTransfer(void)
Definition:
BesMdcCalTransfer.cc:17
BesMdcCalTransfer::GetT0
double GetT0(void)
Definition:
BesMdcCalTransfer.cc:130
BesMdcCalTransfer::D2T
double D2T(double driftDNew)
Definition:
BesMdcCalTransfer.cc:109
BesMdcCalTransfer::SetHitPointer
void SetHitPointer(BesMdcHit *hit)
Definition:
BesMdcCalTransfer.cc:25
BesMdcCalTransfer::GetEff
double GetEff(void)
Definition:
BesMdcCalTransfer.cc:138
BesMdcCalTransfer::GetTimeWalk
double GetTimeWalk(void)
Definition:
BesMdcCalTransfer.cc:134
BesMdcCalTransfer::GetSigma
void GetSigma(double &sigma1, double &sigma2, double &f)
Definition:
BesMdcCalTransfer.cc:36
BesMdcCalTransfer::~BesMdcCalTransfer
~BesMdcCalTransfer(void)
Definition:
BesMdcCalTransfer.cc:23
BesMdcHit
Definition:
InstallArea/include/MdcSim/MdcSim/BesMdcHit.hh:22
IMdcCalibFunSvc
Definition:
InstallArea/include/MdcCalibFunSvc/MdcCalibFunSvc/IMdcCalibFunSvc.h:17
f
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
source
InstallArea
include
MdcSim
MdcSim
BesMdcCalTransfer.hh
Generated by
1.9.6