BOSS
7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
TreeTofQElecCnv.h
Go to the documentation of this file.
1
#ifndef TreeTofElecDataCnv_h
2
#define TreeTofElecDataCnv_h
3
4
/** @class TreeTofElecDataCnv
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
TofElecData;
18
}
19
template
<
class
TYPE>
class
CnvFactory
;
20
class
TreeTofElecDataCnv
:
public
TreeCalBaseCnv
{
21
22
friend
class
CnvFactory
<
TreeTofElecDataCnv
>;
23
24
public
:
25
const
CLID&
objType
()
const
;
26
static
const
CLID&
classID
();
27
TreeTofElecDataCnv
(ISvcLocator* svc);
28
29
virtual
~TreeTofElecDataCnv
() {};
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
TreeTofElecDataCnv
Definition:
TreeTofQElecCnv.h:20
TreeTofElecDataCnv::classID
static const CLID & classID()
Definition:
TreeTofQElecCnv.cxx:41
TreeTofElecDataCnv::~TreeTofElecDataCnv
virtual ~TreeTofElecDataCnv()
Definition:
TreeTofQElecCnv.h:29
TreeTofElecDataCnv::repSvcType
virtual long repSvcType() const
Definition:
TreeTofQElecCnv.h:34
TreeTofElecDataCnv::i_createObj
virtual StatusCode i_createObj(IOpaqueAddress *address, DataObject *&refpObject)
Definition:
TreeTofQElecCnv.cxx:45
TreeTofElecDataCnv::objType
const CLID & objType() const
Definition:
TreeTofQElecCnv.cxx:37
CalibData
Definition:
Calibration/CalibData/CalibData-00-01-18/CalibData/CalibBase.h:27
source
Calibration
CalibSvc
CalibTreeCnv
CalibTreeCnv-00-01-18
src
cnv
TreeTofQElecCnv.h
Generated by
1.9.6