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
Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/bTofCommonCalibBase.h
Go to the documentation of this file.
1
#ifndef CalibData_bTofCommonCalibBase_h
2
#define CalibData_bTofCommonCalibBase_h
3
4
/** @class CalibData_Mdct0_h
5
6
calibration data class t0
7
calibration infrastructure
8
9
@author huangb
10
*/
11
#include "GaudiKernel/DataObject.h"
12
#include "CalibData/CalibModel.h"
13
#include <vector>
14
15
16
namespace
CalibData
{
17
class
bTofCommonCalibBase
{
18
public
:
19
bTofCommonCalibBase
(){};
20
21
virtual
~bTofCommonCalibBase
() {
22
}
23
24
//set the Calibdata of Tof
25
void
setOffset
(
const
double
* offset);
26
void
setSigmaCorr
(
const
double
* sigmaCorr);
27
28
//get the CalibData of Tof
29
double
getOffset
(
int
No)
const
{
return
m_offset[No]; }
30
double
getSigmaCorr
(
int
No)
const
{
return
m_sigmaCorr[No]; }
31
32
private
:
33
double
m_offset[2];
34
double
m_sigmaCorr[8];
35
36
};
37
}
38
39
40
#endif
CalibData::bTofCommonCalibBase
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/bTofCommonCalibBase.h:17
CalibData::bTofCommonCalibBase::setSigmaCorr
void setSigmaCorr(const double *sigmaCorr)
Definition:
bTofCommonCalibBase.cxx:18
CalibData::bTofCommonCalibBase::getOffset
double getOffset(int No) const
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/bTofCommonCalibBase.h:29
CalibData::bTofCommonCalibBase::getSigmaCorr
double getSigmaCorr(int No) const
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/bTofCommonCalibBase.h:30
CalibData::bTofCommonCalibBase::setOffset
void setOffset(const double *offset)
Definition:
bTofCommonCalibBase.cxx:12
CalibData::bTofCommonCalibBase::~bTofCommonCalibBase
virtual ~bTofCommonCalibBase()
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/bTofCommonCalibBase.h:21
CalibData::bTofCommonCalibBase::bTofCommonCalibBase
bTofCommonCalibBase()
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/Tof/bTofCommonCalibBase.h:19
CalibData
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/CalibBase.h:27
source
Calibration
CalibData
CalibData-00-01-18
CalibData
Tof
bTofCommonCalibBase.h
Generated by
1.9.6