BOSS 7.0.5
BESIII Offline Software System
|
#include <HltBuilder.h>
Public Member Functions | |
HltBuilder () | |
virtual | ~HltBuilder () |
StatusCode | initialize (string &initFile) |
uint32_t | getTEID (uint32_t reid) |
uint32_t | getREID (uint32_t teid) |
void | unPack (uint32_t reDigi, uint32_t n, uint32_t &REId, uint32_t &TEData1, uint32_t &TEData2) |
StatusCode | pack (HltRawCol *digiCol, WriteRawEvent *&re) |
HltBuilder () | |
virtual | ~HltBuilder () |
StatusCode | initialize (string &initFile) |
uint32_t | getTEID (uint32_t reid) |
uint32_t | getREID (uint32_t teid) |
void | unPack (uint32_t reDigi, uint32_t n, uint32_t &REId, uint32_t &TEData1, uint32_t &TEData2) |
StatusCode | pack (HltRawCol *digiCol, WriteRawEvent *&re) |
virtual StatusCode | initialize (string &initFile) |
virtual uint32_t | getTEID (uint32_t teid)=0 |
virtual uint32_t | getREID (uint32_t reid)=0 |
virtual StatusCode | initialize (string &initFile) |
virtual uint32_t | getTEID (uint32_t teid)=0 |
virtual uint32_t | getREID (uint32_t reid)=0 |
Additional Inherited Members | |
Public Types inherited from Builder | |
typedef std::map< uint32_t, uint32_t > | TE2REMAP |
typedef std::map< uint32_t, uint32_t > | TE2REMAP |
Static Public Member Functions inherited from Builder | |
static bool | expect (ifstream &f, string msg, string fname) |
static bool | expectInt (ifstream &f, string msg, string fname, uint32_t &val1, uint32_t &val2) |
static bool | expectLong (ifstream &f, string msg, string fname, uint64_t &val) |
static bool | find (ifstream &f, string msg, string fname) |
static bool | expect (ifstream &f, string msg, string fname) |
static bool | expectInt (ifstream &f, string msg, string fname, uint32_t &val1, uint32_t &val2) |
static bool | expectLong (ifstream &f, string msg, string fname, uint64_t &val) |
static bool | find (ifstream &f, string msg, string fname) |
Protected Member Functions inherited from Builder | |
Builder () | |
virtual | ~Builder () |
void | append2event (WriteRawEvent *&re, uint32_t source_id, uint32_t size, uint32_t shift=0) |
Builder () | |
virtual | ~Builder () |
void | append2event (WriteRawEvent *&re, uint32_t source_id, uint32_t size, uint32_t shift=0) |
Protected Attributes inherited from Builder | |
PropertyMgr | m_propMgr |
uint32_t * | m_buf |
uint32_t | m_status |
Static Protected Attributes inherited from Builder | |
static string | m_confFile |
Definition at line 9 of file Event/RawDataCnv/RawDataCnv-00-05-04/RawDataCnv/EventManagement/HltBuilder.h.
HltBuilder::HltBuilder | ( | ) |
Definition at line 7 of file HltBuilder.cxx.
|
virtual |
Definition at line 17 of file HltBuilder.cxx.
HltBuilder::HltBuilder | ( | ) |
|
virtual |
|
virtual |
Implements Builder.
Definition at line 143 of file HltBuilder.cxx.
|
virtual |
Implements Builder.
|
inlinevirtual |
Implements Builder.
Definition at line 16 of file Event/RawDataCnv/RawDataCnv-00-05-04/RawDataCnv/EventManagement/HltBuilder.h.
Referenced by RawDataHltRawCnv::createObj().
|
inlinevirtual |
Implements Builder.
Definition at line 16 of file InstallArea/include/RawDataCnv/RawDataCnv/EventManagement/HltBuilder.h.
|
virtual |
Reimplemented from Builder.
Definition at line 98 of file HltBuilder.cxx.
Referenced by HltBuilder().
|
virtual |
Reimplemented from Builder.
StatusCode HltBuilder::pack | ( | HltRawCol * | digiCol, |
WriteRawEvent *& | re | ||
) |
Definition at line 47 of file HltBuilder.cxx.
Referenced by RawDataHltRawCnv::createRep().
StatusCode HltBuilder::pack | ( | HltRawCol * | digiCol, |
WriteRawEvent *& | re | ||
) |
void HltBuilder::unPack | ( | uint32_t | reDigi, |
uint32_t | n, | ||
uint32_t & | REId, | ||
uint32_t & | TEData1, | ||
uint32_t & | TEData2 | ||
) |
Definition at line 22 of file HltBuilder.cxx.
Referenced by RawDataHltRawCnv::createObj().
void HltBuilder::unPack | ( | uint32_t | reDigi, |
uint32_t | n, | ||
uint32_t & | REId, | ||
uint32_t & | TEData1, | ||
uint32_t & | TEData2 | ||
) |