BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
TreeMdcDataConstCnv Class Reference

#include <TreeMdcDataConstCnv.h>

+ Inheritance diagram for TreeMdcDataConstCnv:

Public Member Functions

const CLID & objType () const
 
 TreeMdcDataConstCnv (ISvcLocator *svc)
 
virtual ~TreeMdcDataConstCnv ()
 
virtual long repSvcType () const
 
- Public Member Functions inherited from TreeCalBaseCnv
virtual ~TreeCalBaseCnv ()
 
virtual StatusCode initialize ()
 
virtual StatusCode finalize ()
 
virtual StatusCode createObj (IOpaqueAddress *addr, DataObject *&refpObject)
 
ICalibTreeSvcgetCalibTreeSvc ()
 
 TreeCalBaseCnv (ISvcLocator *svc, const CLID &clid)
 
virtual StatusCode createRoot (const std::string &fname, CalibData::CalibBase1 *pTDSObj)
 
- Public Member Functions inherited from Converter< Ty1, Ty2 >
destinationoperator (const source &) const
 

Static Public Member Functions

static const CLID & classID ()
 
- Static Public Member Functions inherited from TreeCalBaseCnv
static const unsigned char storageType ()
 

Protected Member Functions

virtual StatusCode i_createObj (IOpaqueAddress *address, DataObject *&refpObject)
 
- Protected Member Functions inherited from TreeCalBaseCnv
virtual StatusCode internalCreateObj (DataObject *&refpObject, IOpaqueAddress *address)
 
virtual StatusCode i_createObj (IOpaqueAddress *address, DataObject *&refpObject)
 
virtual StatusCode i_processObj (DataObject *pObject, IOpaqueAddress *address)
 In case there is additional work to do on the created object.
 
virtual StatusCode fillRoot (CalibData::CalibBase *pTDSObj, TObject *pRootObj)
 
void setBaseInfo (CalibData::CalibBase1 *pObj)
 Another utility for derived classes to use.
 
- Protected Member Functions inherited from Converter< Ty1, Ty2 >
virtual destinationconvert (const source &) const =0
 

Friends

class CnvFactory< TreeMdcDataConstCnv >
 

Additional Inherited Members

- Public Types inherited from Converter< Ty1, Ty2 >
typedef Ty1 source
 
typedef Ty2 destination
 
- Protected Attributes inherited from TreeCalBaseCnv
ICalibTreeSvcm_treeSvc
 
ICalibMetaCnvSvcm_metaSvc
 
IInstrumentNamem_instrSvc
 
int m_serNo
 
int m_runfrm
 
int m_runto
 
TFile * m_outFile
 
TTree * m_ttree
 
TFile * m_inFile
 
TDirectory * m_saveDir
 

Detailed Description

Base class for CAL calibration converters from Ttrees to TCDS. All such converters need to do certain things, which are handled here. Methods common to all calibrations are in the base class TreeCalBaseCnv

Author
huang bin

Definition at line 20 of file TreeMdcDataConstCnv.h.

Constructor & Destructor Documentation

◆ TreeMdcDataConstCnv()

TreeMdcDataConstCnv::TreeMdcDataConstCnv ( ISvcLocator *  svc)

Definition at line 28 of file TreeMdcDataConstCnv.cxx.

28 :
30}
const CLID CLID_Calib_MdcDataConst
Definition: CalibModel.h:63

◆ ~TreeMdcDataConstCnv()

virtual TreeMdcDataConstCnv::~TreeMdcDataConstCnv ( )
inlinevirtual

Definition at line 29 of file TreeMdcDataConstCnv.h.

29{};

Member Function Documentation

◆ classID()

const CLID & TreeMdcDataConstCnv::classID ( )
static

Definition at line 37 of file TreeMdcDataConstCnv.cxx.

37 {
39}

◆ i_createObj()

StatusCode TreeMdcDataConstCnv::i_createObj ( IOpaqueAddress *  address,
DataObject *&  refpObject 
)
protectedvirtual

This creates the transient representation of an object from the corresponding ROOT object. This actually does the "new" operation and deals with the attributes of the node. This base class implementation does nothing; it should not normally be called because it doesn't correspond to any TCDS class. Instead, i_createObj of some derived class will be called.

Parameters
fnameThe ROOT file to be read in to be used to builds the object
refpObjectthe object to be built
Returns
status depending on the completion of the call

Reimplemented from TreeCalBaseCnv.

Definition at line 41 of file TreeMdcDataConstCnv.cxx.

41 {
42
43 MsgStream log(msgSvc(), "TreeMdcDataConstCnv");
44 log<<MSG::DEBUG<<"SetProperty"<<endreq;
45
47 TreeAddress* add = dynamic_cast<TreeAddress*>(addr);
48
49 DatabaseRecord *records=add->pp();
50 std::cout<<" SftVer is "<<(*records)["SftVer"];
51 std::cout<<" MdcDataConst CalVerSft is "<<(*records)["CalParVer"];
52 std::cout<<" File name is "<<(*records)["FileName"]<<std::endl;
53
54 tmpObject->readPar((*records)["WireEff"]);
55 refpObject=tmpObject;
56
57 return StatusCode::SUCCESS;
58}
IMessageSvc * msgSvc()
void readPar(char *p1)
virtual DatabaseRecord * pp()
Definition: TreeAddress.h:130

◆ objType()

const CLID & TreeMdcDataConstCnv::objType ( ) const

Definition at line 33 of file TreeMdcDataConstCnv.cxx.

33 {
35}

◆ repSvcType()

virtual long TreeMdcDataConstCnv::repSvcType ( ) const
inlinevirtual

Definition at line 32 of file TreeMdcDataConstCnv.h.

32{ return CALIBTREE_StorageType; }
unsigned const char CALIBTREE_StorageType
Definition: ICalibTreeSvc.h:20

Friends And Related Function Documentation

◆ CnvFactory< TreeMdcDataConstCnv >

friend class CnvFactory< TreeMdcDataConstCnv >
friend

Definition at line 1 of file TreeMdcDataConstCnv.h.


The documentation for this class was generated from the following files: