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
TreeEstTofCalibDataCnv.h
Go to the documentation of this file.
1
#ifndef TreeEstTofCalibDataCnv_h
2
#define TreeEstTofCalibDataCnv_h
3
4
/** @class TreeEstTofCalibDataCnv
5
6
Base class for CAL calibration converters from Ttrees to TCDS.
7
All such converters need to do certain things, which are
8
handled here. Methods common to *all* calibrations are in the
9
base class TreeCalBaseCnv
10
11
@author huang bin
12
*/
13
14
#include "
TreeCalBaseCnv.h
"
15
16
namespace
CalibData
{
17
class
TofCalibData;
18
}
19
template
<
class
TYPE>
class
CnvFactory
;
20
class
TreeEstTofCalibDataCnv
:
public
TreeCalBaseCnv
{
21
22
friend
class
CnvFactory
<
TreeEstTofCalibDataCnv
>;
23
24
public
:
25
const
CLID&
objType
()
const
;
26
static
const
CLID&
classID
();
27
TreeEstTofCalibDataCnv
(ISvcLocator* svc);
28
29
virtual
~TreeEstTofCalibDataCnv
() {};
30
31
//virtual StatusCode createRoot(const std::string& fname,
32
// CalibData::CalibBase1* pTDSObj);
33
34
virtual
long
repSvcType
()
const
{
35
return
CALIBTREE_StorageType
;
36
}
37
38
protected
:
39
40
41
virtual
StatusCode
i_createObj
( IOpaqueAddress*
address
,
42
DataObject*& refpObject);
43
};
44
45
#endif
CALIBTREE_StorageType
unsigned const char CALIBTREE_StorageType
Definition:
Calibration/CalibSvc/CalibDataSvc/CalibDataSvc-00-01-04/CalibDataSvc/ICalibTreeSvc.h:20
address
char * address
Definition:
Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/f2c.h:11
TreeCalBaseCnv.h
CnvFactory
Definition:
RootDedxCalibDataCnv.h:19
TreeCalBaseCnv
Definition:
TreeCalBaseCnv.h:39
TreeEstTofCalibDataCnv
Definition:
TreeEstTofCalibDataCnv.h:20
TreeEstTofCalibDataCnv::~TreeEstTofCalibDataCnv
virtual ~TreeEstTofCalibDataCnv()
Definition:
TreeEstTofCalibDataCnv.h:29
TreeEstTofCalibDataCnv::objType
const CLID & objType() const
Definition:
TreeEstTofCalibDataCnv.cxx:41
TreeEstTofCalibDataCnv::classID
static const CLID & classID()
Definition:
TreeEstTofCalibDataCnv.cxx:45
TreeEstTofCalibDataCnv::repSvcType
virtual long repSvcType() const
Definition:
TreeEstTofCalibDataCnv.h:34
TreeEstTofCalibDataCnv::i_createObj
virtual StatusCode i_createObj(IOpaqueAddress *address, DataObject *&refpObject)
Definition:
TreeEstTofCalibDataCnv.cxx:49
CalibData
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/CalibBase.h:27
source
Calibration
CalibSvc
CalibTreeCnv
CalibTreeCnv-00-01-18
src
cnv
TreeEstTofCalibDataCnv.h
Generated by
1.9.6