BOSS
7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
TreeCorrectedETSCnv.h
Go to the documentation of this file.
1
#ifndef TreeCorrectedETSCnv_h
2
#define TreeCorrectedETSCnv_h
3
4
/** @class TreeCorrectedETSCnv
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
CorrectedETSCal;
18
}
19
template
<
class
TYPE>
class
CnvFactory
;
20
class
TreeCorrectedETSCnv
:
public
TreeCalBaseCnv
{
21
22
friend
class
CnvFactory
<
TreeCorrectedETSCnv
>;
23
24
public
:
25
const
CLID&
objType
()
const
;
26
static
const
CLID&
classID
();
27
TreeCorrectedETSCnv
(ISvcLocator* svc);
28
29
virtual
~TreeCorrectedETSCnv
() {};
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
address
char * address
Definition
Eepipi/Eepipi-00-01-00/src/ee2eepp/basesv5.1/f2c.h:11
CALIBTREE_StorageType
unsigned const char CALIBTREE_StorageType
Definition
ICalibTreeSvc.h:20
TreeCalBaseCnv.h
CnvFactory
Definition
RootCorrectedETSCnv.h:20
TreeCalBaseCnv
Definition
TreeCalBaseCnv.h:39
TreeCorrectedETSCnv
Definition
TreeCorrectedETSCnv.h:20
TreeCorrectedETSCnv::~TreeCorrectedETSCnv
virtual ~TreeCorrectedETSCnv()
Definition
TreeCorrectedETSCnv.h:29
TreeCorrectedETSCnv::TreeCorrectedETSCnv
TreeCorrectedETSCnv(ISvcLocator *svc)
Definition
TreeCorrectedETSCnv.cxx:27
TreeCorrectedETSCnv::objType
const CLID & objType() const
Definition
TreeCorrectedETSCnv.cxx:33
TreeCorrectedETSCnv::i_createObj
virtual StatusCode i_createObj(IOpaqueAddress *address, DataObject *&refpObject)
Definition
TreeCorrectedETSCnv.cxx:41
TreeCorrectedETSCnv::classID
static const CLID & classID()
Definition
TreeCorrectedETSCnv.cxx:37
TreeCorrectedETSCnv::repSvcType
virtual long repSvcType() const
Definition
TreeCorrectedETSCnv.h:34
CalibData
Definition
Calibration/CalibData/CalibData-00-02-02/CalibData/CalibBase.h:27
7.1.1
Calibration
CalibSvc
CalibTreeCnv
CalibTreeCnv-00-03-03
src
cnv
TreeCorrectedETSCnv.h
Generated by
1.12.0