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