#include <DaqXmlDump.h>
Inheritance diagram for DybDaq::DaqXmlDump:
Public Member Functions | |
| DaqXmlDump (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~DaqXmlDump () |
| virtual StatusCode | initialize () |
| virtual StatusCode | execute () |
| virtual StatusCode | finalize () |
| DayaBay::ReadoutHeader * | GetCurrentHeaderObject () const |
| virtual StatusCode | sysInitialize () |
| virtual StatusCode | sysExecute () |
| virtual StatusCode | preExecute () |
| virtual StatusCode | postExecute () |
| virtual StatusCode | sysFinalize () |
| IDataProviderSvc * | arcSvc () const |
| void | putTES (DataObject *obj, std::string location) const |
| TYPE * | getTES (std::string location) const |
| TYPE * | getAES (std::string location, int index) const |
| std::vector< DataObject * > | getAEScollection (std::string location) const |
| int | getExecNum () |
| std::string | Location () const |
| void | put (IDataProviderSvc *svc, DataObject *object, const std::string &address, const bool useRootInTES=true) const |
| void | put (DataObject *object, const std::string &address, const bool useRootInTES=true) const |
| Gaudi::Utils::GetData< TYPE >::return_type | get (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const |
| Gaudi::Utils::GetData< TYPE >::return_type | get (const std::string &location, const bool useRootInTES=true) const |
| TYPE * | getDet (IDataProviderSvc *svc, const std::string &location) const |
| TYPE * | getDet (const std::string &location) const |
| bool | exist (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const |
| bool | exist (const std::string &location, const bool useRootInTES=true) const |
| bool | existDet (IDataProviderSvc *svc, const std::string &location) const |
| bool | existDet (const std::string &location) const |
| TYPE * | getOrCreate (IDataProviderSvc *svc, const std::string &location, const bool useRootInTES=true) const |
| TYPE * | getOrCreate (const std::string &location, const bool useRootInTES=true) const |
| bool | registerContext () const |
| INTupleSvc * | evtColSvc () const |
| IAlgContextSvc * | contextSvc () const |
| TOOL * | tool (const std::string &type, const std::string &name, const IInterface *parent=0, bool create=true) const |
| TOOL * | tool (const std::string &type, const IInterface *parent=0, bool create=true) const |
| SERVICE * | svc (const std::string &name, const bool create=true) const |
| IUpdateManagerSvc * | updMgrSvc () const |
| IDataProviderSvc * | fastContainersSvc () const |
| StatusCode | Error (const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const |
| StatusCode | Warning (const std::string &msg, const StatusCode st=StatusCode::FAILURE, const size_t mx=10) const |
| StatusCode | Print (const std::string &msg, const StatusCode st=StatusCode::SUCCESS, const MSG::Level lev=MSG::INFO) const |
| StatusCode | Assert (const bool ok, const std::string &message="", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Assert (const bool ok, const char *message, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Exception (const std::string &msg, const GaudiException &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Exception (const std::string &msg, const std::exception &exc, const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| StatusCode | Exception (const std::string &msg="no message", const StatusCode sc=StatusCode(StatusCode::FAILURE, true)) const |
| MsgStream & | msgStream (const MSG::Level level) const |
| MsgStream & | always () const |
| MsgStream & | fatal () const |
| MsgStream & | err () const |
| MsgStream & | error () const |
| MsgStream & | warning () const |
| MsgStream & | info () const |
| MsgStream & | debug () const |
| MsgStream & | verbose () const |
| MsgStream & | msg () const |
| const Statistics & | counters () const |
| StatEntity & | counter (const std::string &tag) const |
| MSG::Level | msgLevel () const |
| bool | msgLevel (const MSG::Level level) const |
| void | resetMsgStream () const |
| bool | typePrint () const |
| bool | propsPrint () const |
| bool | statPrint () const |
| bool | errorsPrint () const |
| long | printStat (const MSG::Level level=MSG::ALWAYS) const |
| long | printErrors (const MSG::Level level=MSG::ALWAYS) const |
| long | printProps (const MSG::Level level=MSG::ALWAYS) const |
| void | registerCondition (const std::string &condition, StatusCode(CallerClass::*mf)()=NULL) |
| void | registerCondition (const std::string &condition, CondType *&condPtrDest, StatusCode(CallerClass::*mf)()=NULL) |
| void | registerCondition (char *condition, StatusCode(CallerClass::*mf)()=NULL) |
| void | registerCondition (TargetClass *condition, StatusCode(CallerClass::*mf)()=NULL) |
| StatusCode | runUpdate () |
| TransientFastContainer< T > * | getFastContainer (const std::string &location, typename TransientFastContainer< T >::size_type initial=0) |
| StatusCode | release (const IInterface *interface) const |
| unsigned long | release () |
| const std::string & | context () const |
| const std::string & | rootInTES () const |
| double | globalTimeOffset () const |
| virtual StatusCode | sysStart () |
| virtual StatusCode | sysReinitialize () |
| virtual StatusCode | sysRestart () |
| virtual StatusCode | sysStop () |
| virtual StatusCode | sysBeginRun () |
| virtual StatusCode | sysEndRun () |
| virtual const std::string & | name () const |
| virtual const std::string & | version () const |
| virtual StatusCode | configure () |
| virtual StatusCode | terminate () |
| virtual StatusCode | start () |
| virtual StatusCode | stop () |
| virtual StatusCode | reinitialize () |
| virtual StatusCode | restart () |
| virtual bool | isExecuted () const |
| virtual void | setExecuted (bool state) |
| virtual void | resetExecuted () |
| virtual StatusCode | beginRun () |
| virtual StatusCode | endRun () |
| virtual Gaudi::StateMachine::State | FSMState () const |
| virtual Gaudi::StateMachine::State | targetFSMState () const |
| virtual bool | isEnabled () const |
| virtual bool | filterPassed () const |
| virtual void | setFilterPassed (bool state) |
| StatusCode | service (const std::string &name, T *&psvc, bool createIf=true) const |
| StatusCode | service (const std::string &svcType, const std::string &svcName, T *&psvc) const |
| void | setOutputLevel (int level) |
| IAuditorSvc * | auditorSvc () const |
| IChronoStatSvc * | chronoSvc () const |
| IChronoStatSvc * | chronoStatService () const |
| IDataProviderSvc * | detSvc () const |
| IDataProviderSvc * | detDataService () const |
| IConversionSvc * | detCnvSvc () const |
| IConversionSvc * | detDataCnvService () const |
| IDataProviderSvc * | eventSvc () const |
| IDataProviderSvc * | evtSvc () const |
| IDataProviderSvc * | eventDataService () const |
| IConversionSvc * | eventCnvSvc () const |
| IConversionSvc * | eventDataCnvService () const |
| IHistogramSvc * | histoSvc () const |
| IHistogramSvc * | histogramDataService () const |
| IMessageSvc * | msgSvc () const |
| IMessageSvc * | messageService () const |
| INTupleSvc * | ntupleSvc () const |
| INTupleSvc * | ntupleService () const |
| IRndmGenSvc * | randSvc () const |
| IToolSvc * | toolSvc () const |
| IExceptionSvc * | exceptionSvc () const |
| ISvcLocator * | serviceLocator () const |
| ISvcLocator * | svcLoc () const |
| StatusCode | createSubAlgorithm (const std::string &type, const std::string &name, Algorithm *&pSubAlg) |
| std::vector< Algorithm * > * | subAlgorithms () const |
| virtual StatusCode | setProperty (const Property &p) |
| virtual StatusCode | setProperty (const std::string &s) |
| virtual StatusCode | setProperty (const std::string &n, const std::string &v) |
| StatusCode | setProperty (const std::string &name, const TYPE &value) |
| virtual StatusCode | getProperty (Property *p) const |
| virtual const Property & | getProperty (const std::string &name) const |
| virtual StatusCode | getProperty (const std::string &n, std::string &v) const |
| virtual const std::vector< Property * > & | getProperties () const |
| StatusCode | setProperties () |
| Property * | declareProperty (const std::string &name, T &property, const std::string &doc="none") const |
| Property * | declareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="") const |
| IMonitorSvc * | monitorSvc () const |
| void | declareInfo (const std::string &name, const T &var, const std::string &desc) const |
| void | declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const |
| unsigned long | addRef () |
| StatusCode | queryInterface (const InterfaceID &riid, void **) |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| static const InterfaceID & | interfaceID () |
| static const InterfaceID & | interfaceID () |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Protected Types | |
| typedef std::map< std::string, StatEntity > | Statistics |
| typedef std::map< std::string, unsigned int > | Counter |
| typedef std::vector< IAlgTool * > | AlgTools |
| typedef std::pair< IInterface *, std::string > | ServiceEntry |
| typedef std::vector< ServiceEntry > | Services |
Protected Member Functions | |
| DayaBay::ReadoutHeader * | MakeHeaderObject () |
| void | InitializeHeader (DayaBay::HeaderObject *header) |
| void | AppendInputHeader (const DayaBay::HeaderObject *header) const |
| StatusCode | releaseTool (const IAlgTool *tool) const |
| StatusCode | releaseSvc (const IInterface *svc) const |
| bool | isInitialized () const |
| bool | isFinalized () const |
| int | outputLevel () const |
| IntegerProperty & | outputLevelProperty () |
| void | initOutputLevel (Property &prop) |
Protected Attributes | |
| DayaBay::HeaderObject * | m_headerObject |
| bool | m_pullMode |
| std::string | m_location |
Static Protected Attributes | |
| static const bool | IgnoreRootInTES |
| static const bool | UseRootInTES |
Definition at line 18 of file DaqXmlDump.h.
typedef std::map< std::string, StatEntity > DybAlgorithm< DayaBay::ReadoutHeader >::Statistics [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::map< std::string, unsigned int > DybAlgorithm< DayaBay::ReadoutHeader >::Counter [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::vector< IAlgTool * > DybAlgorithm< DayaBay::ReadoutHeader >::AlgTools [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::pair< IInterface *, std::string > DybAlgorithm< DayaBay::ReadoutHeader >::ServiceEntry [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::vector< ServiceEntry > DybAlgorithm< DayaBay::ReadoutHeader >::Services [protected, inherited] |
Reimplemented from DybBaseAlg.
| DybDaq::DaqXmlDump::DaqXmlDump | ( | const std::string & | name, | |
| ISvcLocator * | pSvcLocator | |||
| ) |
| virtual DybDaq::DaqXmlDump::~DaqXmlDump | ( | ) | [virtual] |
| virtual StatusCode DybDaq::DaqXmlDump::initialize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::ReadoutHeader >.
| virtual StatusCode DybDaq::DaqXmlDump::execute | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::ReadoutHeader >.
| virtual StatusCode DybDaq::DaqXmlDump::finalize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::ReadoutHeader >.
| DayaBay::ReadoutHeader * DybAlgorithm< DayaBay::ReadoutHeader >::GetCurrentHeaderObject | ( | ) | const [inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysInitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::preExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::postExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysFinalize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::arcSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::putTES | ( | DataObject * | obj, | |
| std::string | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::ReadoutHeader >::getTES | ( | std::string | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::ReadoutHeader >::getAES | ( | std::string | location, | |
| int | index | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| std::vector< DataObject * > DybAlgorithm< DayaBay::ReadoutHeader >::getAEScollection | ( | std::string | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| int DybAlgorithm< DayaBay::ReadoutHeader >::getExecNum | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| std::string DybAlgorithm< DayaBay::ReadoutHeader >::Location | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::put | ( | IDataProviderSvc * | svc, | |
| DataObject * | object, | |||
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::put | ( | DataObject * | object, | |
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::ReadoutHeader >::get | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::ReadoutHeader >::get | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::ReadoutHeader >::getDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::ReadoutHeader >::getDet | ( | const std::string & | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::exist | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::exist | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::existDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::existDet | ( | const std::string & | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::ReadoutHeader >::getOrCreate | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::ReadoutHeader >::getOrCreate | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::registerContext | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::ReadoutHeader >::evtColSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IAlgContextSvc * DybAlgorithm< DayaBay::ReadoutHeader >::contextSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TOOL * DybAlgorithm< DayaBay::ReadoutHeader >::tool | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TOOL * DybAlgorithm< DayaBay::ReadoutHeader >::tool | ( | const std::string & | type, | |
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| SERVICE * DybAlgorithm< DayaBay::ReadoutHeader >::svc | ( | const std::string & | name, | |
| const bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IUpdateManagerSvc * DybAlgorithm< DayaBay::ReadoutHeader >::updMgrSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::fastContainersSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Error | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Warning | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Print | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::SUCCESS, |
|||
| const MSG::Level | lev = MSG::INFO | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Assert | ( | const bool | ok, | |
| const std::string & | message = "", |
|||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Assert | ( | const bool | ok, | |
| const char * | message, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Exception | ( | const std::string & | msg, | |
| const GaudiException & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Exception | ( | const std::string & | msg, | |
| const std::exception & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::Exception | ( | const std::string & | msg = "no message", |
|
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::msgStream | ( | const MSG::Level | level | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::always | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::fatal | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::err | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::error | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::warning | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::info | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::debug | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::verbose | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::ReadoutHeader >::msg | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| const Statistics & DybAlgorithm< DayaBay::ReadoutHeader >::counters | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatEntity & DybAlgorithm< DayaBay::ReadoutHeader >::counter | ( | const std::string & | tag | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MSG::Level DybAlgorithm< DayaBay::ReadoutHeader >::msgLevel | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::msgLevel | ( | const MSG::Level | level | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::resetMsgStream | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::typePrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::propsPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::statPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::errorsPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::ReadoutHeader >::printStat | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::ReadoutHeader >::printErrors | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::ReadoutHeader >::printProps | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::registerCondition | ( | const std::string & | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::registerCondition | ( | const std::string & | condition, | |
| CondType *& | condPtrDest, | |||
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::registerCondition | ( | char * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::registerCondition | ( | TargetClass * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::runUpdate | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| TransientFastContainer< T > * DybAlgorithm< DayaBay::ReadoutHeader >::getFastContainer | ( | const std::string & | location, | |
| typename TransientFastContainer< T >::size_type | initial = 0 | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::release | ( | const IInterface * | interface | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| unsigned long DybAlgorithm< DayaBay::ReadoutHeader >::release | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| const std::string & DybAlgorithm< DayaBay::ReadoutHeader >::context | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| const std::string & DybAlgorithm< DayaBay::ReadoutHeader >::rootInTES | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| double DybAlgorithm< DayaBay::ReadoutHeader >::globalTimeOffset | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysStart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysReinitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysRestart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysStop | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysBeginRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::sysEndRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::string & DybAlgorithm< DayaBay::ReadoutHeader >::name | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::string & DybAlgorithm< DayaBay::ReadoutHeader >::version | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::configure | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::terminate | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::start | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::stop | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::reinitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::restart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::ReadoutHeader >::isExecuted | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::ReadoutHeader >::setExecuted | ( | bool | state | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::ReadoutHeader >::resetExecuted | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::beginRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::endRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::ReadoutHeader >::FSMState | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::ReadoutHeader >::targetFSMState | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::ReadoutHeader >::isEnabled | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::ReadoutHeader >::filterPassed | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::ReadoutHeader >::setFilterPassed | ( | bool | state | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::service | ( | const std::string & | name, | |
| T *& | psvc, | |||
| bool | createIf = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::service | ( | const std::string & | svcType, | |
| const std::string & | svcName, | |||
| T *& | psvc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::setOutputLevel | ( | int | level | ) | [inherited] |
Reimplemented from DybBaseAlg.
| IAuditorSvc * DybAlgorithm< DayaBay::ReadoutHeader >::auditorSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IChronoStatSvc * DybAlgorithm< DayaBay::ReadoutHeader >::chronoSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IChronoStatSvc * DybAlgorithm< DayaBay::ReadoutHeader >::chronoStatService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::detSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::detDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::ReadoutHeader >::detCnvSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::ReadoutHeader >::detDataCnvService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::eventSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::evtSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::ReadoutHeader >::eventDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::ReadoutHeader >::eventCnvSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::ReadoutHeader >::eventDataCnvService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IHistogramSvc * DybAlgorithm< DayaBay::ReadoutHeader >::histoSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IHistogramSvc * DybAlgorithm< DayaBay::ReadoutHeader >::histogramDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMessageSvc * DybAlgorithm< DayaBay::ReadoutHeader >::msgSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMessageSvc * DybAlgorithm< DayaBay::ReadoutHeader >::messageService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::ReadoutHeader >::ntupleSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::ReadoutHeader >::ntupleService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IRndmGenSvc * DybAlgorithm< DayaBay::ReadoutHeader >::randSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IToolSvc * DybAlgorithm< DayaBay::ReadoutHeader >::toolSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IExceptionSvc * DybAlgorithm< DayaBay::ReadoutHeader >::exceptionSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| ISvcLocator * DybAlgorithm< DayaBay::ReadoutHeader >::serviceLocator | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| ISvcLocator * DybAlgorithm< DayaBay::ReadoutHeader >::svcLoc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::createSubAlgorithm | ( | const std::string & | type, | |
| const std::string & | name, | |||
| Algorithm *& | pSubAlg | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| std::vector< Algorithm * > * DybAlgorithm< DayaBay::ReadoutHeader >::subAlgorithms | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::setProperty | ( | const Property & | p | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::setProperty | ( | const std::string & | s | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::setProperty | ( | const std::string & | n, | |
| const std::string & | v | |||
| ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::setProperty | ( | const std::string & | name, | |
| const TYPE & | value | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::getProperty | ( | Property * | p | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const Property & DybAlgorithm< DayaBay::ReadoutHeader >::getProperty | ( | const std::string & | name | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::getProperty | ( | const std::string & | n, | |
| std::string & | v | |||
| ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::vector< Property * > & DybAlgorithm< DayaBay::ReadoutHeader >::getProperties | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::setProperties | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| Property * DybAlgorithm< DayaBay::ReadoutHeader >::declareProperty | ( | const std::string & | name, | |
| T & | property, | |||
| const std::string & | doc = "none" | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Property * DybAlgorithm< DayaBay::ReadoutHeader >::declareRemoteProperty | ( | const std::string & | name, | |
| IProperty * | rsvc, | |||
| const std::string & | rname = "" | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMonitorSvc * DybAlgorithm< DayaBay::ReadoutHeader >::monitorSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::declareInfo | ( | const std::string & | name, | |
| const T & | var, | |||
| const std::string & | desc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::declareInfo | ( | const std::string & | name, | |
| const std::string & | format, | |||
| const void * | var, | |||
| int | size, | |||
| const std::string & | desc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| unsigned long DybAlgorithm< DayaBay::ReadoutHeader >::addRef | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::queryInterface | ( | const InterfaceID & | riid, | |
| void ** | ||||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::ReadoutHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::ReadoutHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::ReadoutHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| DayaBay::ReadoutHeader * DybAlgorithm< DayaBay::ReadoutHeader >::MakeHeaderObject | ( | ) | [protected, inherited] |
| void DybAlgorithm< DayaBay::ReadoutHeader >::InitializeHeader | ( | DayaBay::HeaderObject * | header | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::AppendInputHeader | ( | const DayaBay::HeaderObject * | header | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::releaseTool | ( | const IAlgTool * | tool | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::ReadoutHeader >::releaseSvc | ( | const IInterface * | svc | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::isInitialized | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::ReadoutHeader >::isFinalized | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| int DybAlgorithm< DayaBay::ReadoutHeader >::outputLevel | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| IntegerProperty & DybAlgorithm< DayaBay::ReadoutHeader >::outputLevelProperty | ( | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::ReadoutHeader >::initOutputLevel | ( | Property & | prop | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::ReadoutHeader >::SUCCESS [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::ReadoutHeader >::NO_INTERFACE [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::ReadoutHeader >::VERSMISMATCH [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::ReadoutHeader >::LAST_ERROR [inherited] |
Reimplemented from DybBaseAlg.
DayaBay::HeaderObject * DybAlgorithm< DayaBay::ReadoutHeader >::m_headerObject [protected, inherited] |
Reimplemented from DybBaseAlg.
bool DybAlgorithm< DayaBay::ReadoutHeader >::m_pullMode [protected, inherited] |
Reimplemented from DybBaseAlg.
std::string DybAlgorithm< DayaBay::ReadoutHeader >::m_location [protected, inherited] |
Reimplemented from DybBaseAlg.
const bool DybAlgorithm< DayaBay::ReadoutHeader >::IgnoreRootInTES [static, protected, inherited] |
Reimplemented from DybBaseAlg.
const bool DybAlgorithm< DayaBay::ReadoutHeader >::UseRootInTES [static, protected, inherited] |
Reimplemented from DybBaseAlg.
1.4.7