#include <DigitalizeAlg.h>
Inheritance diagram for DigitalizeAlg:
Public Member Functions | |
| DigitalizeAlg (const string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~DigitalizeAlg () |
| virtual StatusCode | initialize () |
| virtual StatusCode | execute () |
| virtual StatusCode | finalize () |
| DayaBay::SimReadoutHeader * | 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::SimReadoutHeader * | 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 |
Private Member Functions | |
| StatusCode | ElecSim (const SimHitHeader *shh, vector< const SimHeader * > &shs, ElecHeader *&eh) |
| StatusCode | TrigSim (const ElecHeader &eh, SimTrigHeader *&th) |
| StatusCode | ReadoutSim (const ElecHeader &eh, const SimTrigHeader &th, SimReadoutHeader *&srh) |
| StatusCode | TrigExecute (const ElecHeader *eh, SimReadoutHeader *&srh) |
Private Attributes | |
| vector< string > | m_detectorNames |
| string | m_pmtToolName |
| string | m_rpcToolName |
| string | m_feeToolName |
| string | m_fecToolName |
| vector< DayaBay::Detector > | m_detectors |
| IEsPulseTool * | m_pmtTool |
| IEsPulseTool * | m_rpcTool |
| IEsFrontEndTool * | m_feeTool |
| IEsFrontEndTool * | m_fecTool |
| TimeStamp | m_hitEarliest |
| TimeStamp | m_hitLatest |
| vector< string > | m_trigToolNames |
| vector< ITsTriggerTool * > | m_trigTools |
| string | m_trigFilterName |
| ITsTriggerTool * | m_triggerSorter |
| vector< string > | m_roToolNames |
| vector< IROsReadoutTool * > | m_roTools |
| string | m_roTrigPackName |
| IROsTriggerDataPackerTool * | m_roTrigPackTool |
| IROBufferSvc * | m_roBufferSvc |
| IPreElecSimSvc * | m_preElecSimSvc |
Zhang YiChun Dec 15 2010 yczhang@ihep.ac.cn
Definition at line 35 of file DigitalizeAlg.h.
typedef std::map< std::string, StatEntity > DybAlgorithm< DayaBay::SimReadoutHeader >::Statistics [protected, inherited] |
typedef std::map< std::string, unsigned int > DybAlgorithm< DayaBay::SimReadoutHeader >::Counter [protected, inherited] |
typedef std::vector< IAlgTool * > DybAlgorithm< DayaBay::SimReadoutHeader >::AlgTools [protected, inherited] |
typedef std::pair< IInterface *, std::string > DybAlgorithm< DayaBay::SimReadoutHeader >::ServiceEntry [protected, inherited] |
typedef std::vector< ServiceEntry > DybAlgorithm< DayaBay::SimReadoutHeader >::Services [protected, inherited] |
| DigitalizeAlg::DigitalizeAlg | ( | const string & | name, | |
| ISvcLocator * | pSvcLocator | |||
| ) |
| virtual DigitalizeAlg::~DigitalizeAlg | ( | ) | [virtual] |
| virtual StatusCode DigitalizeAlg::initialize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimReadoutHeader >.
| virtual StatusCode DigitalizeAlg::execute | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimReadoutHeader >.
| virtual StatusCode DigitalizeAlg::finalize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimReadoutHeader >.
| StatusCode DigitalizeAlg::ElecSim | ( | const SimHitHeader * | shh, | |
| vector< const SimHeader * > & | shs, | |||
| ElecHeader *& | eh | |||
| ) | [private] |
| StatusCode DigitalizeAlg::TrigSim | ( | const ElecHeader & | eh, | |
| SimTrigHeader *& | th | |||
| ) | [private] |
| StatusCode DigitalizeAlg::ReadoutSim | ( | const ElecHeader & | eh, | |
| const SimTrigHeader & | th, | |||
| SimReadoutHeader *& | srh | |||
| ) | [private] |
| StatusCode DigitalizeAlg::TrigExecute | ( | const ElecHeader * | eh, | |
| SimReadoutHeader *& | srh | |||
| ) | [private] |
| DayaBay::SimReadoutHeader * DybAlgorithm< DayaBay::SimReadoutHeader >::GetCurrentHeaderObject | ( | ) | const [inherited] |
Reimplemented in ROsReadoutAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysInitialize | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysExecute | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::preExecute | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::postExecute | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysFinalize | ( | ) | [virtual, inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::arcSvc | ( | ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::putTES | ( | DataObject * | obj, | |
| std::string | location | |||
| ) | const [inherited] |
| TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getTES | ( | std::string | location | ) | const [inherited] |
| TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getAES | ( | std::string | location, | |
| int | index | |||
| ) | const [inherited] |
| std::vector< DataObject * > DybAlgorithm< DayaBay::SimReadoutHeader >::getAEScollection | ( | std::string | location | ) | const [inherited] |
| int DybAlgorithm< DayaBay::SimReadoutHeader >::getExecNum | ( | ) | [inherited] |
| std::string DybAlgorithm< DayaBay::SimReadoutHeader >::Location | ( | ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::put | ( | IDataProviderSvc * | svc, | |
| DataObject * | object, | |||
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::put | ( | DataObject * | object, | |
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimReadoutHeader >::get | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimReadoutHeader >::get | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
| TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getDet | ( | const std::string & | location | ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::exist | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::exist | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::existDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::existDet | ( | const std::string & | location | ) | const [inherited] |
| TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getOrCreate | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| TYPE * DybAlgorithm< DayaBay::SimReadoutHeader >::getOrCreate | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::registerContext | ( | ) | const [inherited] |
| INTupleSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::evtColSvc | ( | ) | const [inherited] |
| IAlgContextSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::contextSvc | ( | ) | const [inherited] |
| TOOL * DybAlgorithm< DayaBay::SimReadoutHeader >::tool | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
| TOOL * DybAlgorithm< DayaBay::SimReadoutHeader >::tool | ( | const std::string & | type, | |
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
| SERVICE * DybAlgorithm< DayaBay::SimReadoutHeader >::svc | ( | const std::string & | name, | |
| const bool | create = true | |||
| ) | const [inherited] |
| IUpdateManagerSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::updMgrSvc | ( | ) | const [inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::fastContainersSvc | ( | ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Error | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Warning | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Print | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::SUCCESS, |
|||
| const MSG::Level | lev = MSG::INFO | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Assert | ( | const bool | ok, | |
| const std::string & | message = "", |
|||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Assert | ( | const bool | ok, | |
| const char * | message, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Exception | ( | const std::string & | msg, | |
| const GaudiException & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Exception | ( | const std::string & | msg, | |
| const std::exception & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::Exception | ( | const std::string & | msg = "no message", |
|
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::msgStream | ( | const MSG::Level | level | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::always | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::fatal | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::err | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::error | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::warning | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::info | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::debug | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::verbose | ( | ) | const [inherited] |
| MsgStream & DybAlgorithm< DayaBay::SimReadoutHeader >::msg | ( | ) | const [inherited] |
| const Statistics & DybAlgorithm< DayaBay::SimReadoutHeader >::counters | ( | ) | const [inherited] |
| StatEntity & DybAlgorithm< DayaBay::SimReadoutHeader >::counter | ( | const std::string & | tag | ) | const [inherited] |
| MSG::Level DybAlgorithm< DayaBay::SimReadoutHeader >::msgLevel | ( | ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::msgLevel | ( | const MSG::Level | level | ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::resetMsgStream | ( | ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::typePrint | ( | ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::propsPrint | ( | ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::statPrint | ( | ) | const [inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::errorsPrint | ( | ) | const [inherited] |
| long DybAlgorithm< DayaBay::SimReadoutHeader >::printStat | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
| long DybAlgorithm< DayaBay::SimReadoutHeader >::printErrors | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
| long DybAlgorithm< DayaBay::SimReadoutHeader >::printProps | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition | ( | const std::string & | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition | ( | const std::string & | condition, | |
| CondType *& | condPtrDest, | |||
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition | ( | char * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::registerCondition | ( | TargetClass * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::runUpdate | ( | ) | [inherited] |
| TransientFastContainer< T > * DybAlgorithm< DayaBay::SimReadoutHeader >::getFastContainer | ( | const std::string & | location, | |
| typename TransientFastContainer< T >::size_type | initial = 0 | |||
| ) | [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::release | ( | const IInterface * | interface | ) | const [inherited] |
| unsigned long DybAlgorithm< DayaBay::SimReadoutHeader >::release | ( | ) | [inherited] |
| const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::context | ( | ) | const [inherited] |
| const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::rootInTES | ( | ) | const [inherited] |
| double DybAlgorithm< DayaBay::SimReadoutHeader >::globalTimeOffset | ( | ) | const [inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysStart | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysReinitialize | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysRestart | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysStop | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysBeginRun | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::sysEndRun | ( | ) | [virtual, inherited] |
| virtual const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::name | ( | ) | const [virtual, inherited] |
| virtual const std::string & DybAlgorithm< DayaBay::SimReadoutHeader >::version | ( | ) | const [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::configure | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::terminate | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::start | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::stop | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::reinitialize | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::restart | ( | ) | [virtual, inherited] |
| virtual bool DybAlgorithm< DayaBay::SimReadoutHeader >::isExecuted | ( | ) | const [virtual, inherited] |
| virtual void DybAlgorithm< DayaBay::SimReadoutHeader >::setExecuted | ( | bool | state | ) | [virtual, inherited] |
| virtual void DybAlgorithm< DayaBay::SimReadoutHeader >::resetExecuted | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::beginRun | ( | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::endRun | ( | ) | [virtual, inherited] |
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimReadoutHeader >::FSMState | ( | ) | const [virtual, inherited] |
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimReadoutHeader >::targetFSMState | ( | ) | const [virtual, inherited] |
| virtual bool DybAlgorithm< DayaBay::SimReadoutHeader >::isEnabled | ( | ) | const [virtual, inherited] |
| virtual bool DybAlgorithm< DayaBay::SimReadoutHeader >::filterPassed | ( | ) | const [virtual, inherited] |
| virtual void DybAlgorithm< DayaBay::SimReadoutHeader >::setFilterPassed | ( | bool | state | ) | [virtual, inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::service | ( | const std::string & | name, | |
| T *& | psvc, | |||
| bool | createIf = true | |||
| ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::service | ( | const std::string & | svcType, | |
| const std::string & | svcName, | |||
| T *& | psvc | |||
| ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::setOutputLevel | ( | int | level | ) | [inherited] |
| IAuditorSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::auditorSvc | ( | ) | const [inherited] |
| IChronoStatSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::chronoSvc | ( | ) | const [inherited] |
| IChronoStatSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::chronoStatService | ( | ) | const [inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detSvc | ( | ) | const [inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detDataService | ( | ) | const [inherited] |
| IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detCnvSvc | ( | ) | const [inherited] |
| IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::detDataCnvService | ( | ) | const [inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventSvc | ( | ) | const [inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::evtSvc | ( | ) | const [inherited] |
| IDataProviderSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventDataService | ( | ) | const [inherited] |
| IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventCnvSvc | ( | ) | const [inherited] |
| IConversionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::eventDataCnvService | ( | ) | const [inherited] |
| IHistogramSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::histoSvc | ( | ) | const [inherited] |
| IHistogramSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::histogramDataService | ( | ) | const [inherited] |
| IMessageSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::msgSvc | ( | ) | const [inherited] |
| IMessageSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::messageService | ( | ) | const [inherited] |
| INTupleSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::ntupleSvc | ( | ) | const [inherited] |
| INTupleSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::ntupleService | ( | ) | const [inherited] |
| IRndmGenSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::randSvc | ( | ) | const [inherited] |
| IToolSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::toolSvc | ( | ) | const [inherited] |
| IExceptionSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::exceptionSvc | ( | ) | const [inherited] |
| ISvcLocator * DybAlgorithm< DayaBay::SimReadoutHeader >::serviceLocator | ( | ) | const [inherited] |
| ISvcLocator * DybAlgorithm< DayaBay::SimReadoutHeader >::svcLoc | ( | ) | const [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::createSubAlgorithm | ( | const std::string & | type, | |
| const std::string & | name, | |||
| Algorithm *& | pSubAlg | |||
| ) | [inherited] |
| std::vector< Algorithm * > * DybAlgorithm< DayaBay::SimReadoutHeader >::subAlgorithms | ( | ) | const [inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty | ( | const Property & | p | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty | ( | const std::string & | s | ) | [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty | ( | const std::string & | n, | |
| const std::string & | v | |||
| ) | [virtual, inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperty | ( | const std::string & | name, | |
| const TYPE & | value | |||
| ) | [inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::getProperty | ( | Property * | p | ) | const [virtual, inherited] |
| virtual const Property & DybAlgorithm< DayaBay::SimReadoutHeader >::getProperty | ( | const std::string & | name | ) | const [virtual, inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::getProperty | ( | const std::string & | n, | |
| std::string & | v | |||
| ) | const [virtual, inherited] |
| virtual const std::vector< Property * > & DybAlgorithm< DayaBay::SimReadoutHeader >::getProperties | ( | ) | const [virtual, inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::setProperties | ( | ) | [inherited] |
| Property * DybAlgorithm< DayaBay::SimReadoutHeader >::declareProperty | ( | const std::string & | name, | |
| T & | property, | |||
| const std::string & | doc = "none" | |||
| ) | const [inherited] |
| Property * DybAlgorithm< DayaBay::SimReadoutHeader >::declareRemoteProperty | ( | const std::string & | name, | |
| IProperty * | rsvc, | |||
| const std::string & | rname = "" | |||
| ) | const [inherited] |
| IMonitorSvc * DybAlgorithm< DayaBay::SimReadoutHeader >::monitorSvc | ( | ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::declareInfo | ( | const std::string & | name, | |
| const T & | var, | |||
| const std::string & | desc | |||
| ) | const [inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::declareInfo | ( | const std::string & | name, | |
| const std::string & | format, | |||
| const void * | var, | |||
| int | size, | |||
| const std::string & | desc | |||
| ) | const [inherited] |
| unsigned long DybAlgorithm< DayaBay::SimReadoutHeader >::addRef | ( | ) | [inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::queryInterface | ( | const InterfaceID & | riid, | |
| void ** | ||||
| ) | [inherited] |
| static const InterfaceID & DybAlgorithm< DayaBay::SimReadoutHeader >::interfaceID | ( | ) | [static, inherited] |
| static const InterfaceID & DybAlgorithm< DayaBay::SimReadoutHeader >::interfaceID | ( | ) | [static, inherited] |
| static const InterfaceID & DybAlgorithm< DayaBay::SimReadoutHeader >::interfaceID | ( | ) | [static, inherited] |
| DayaBay::SimReadoutHeader * DybAlgorithm< DayaBay::SimReadoutHeader >::MakeHeaderObject | ( | ) | [protected, inherited] |
Reimplemented in ROsReadoutAlg.
| void DybAlgorithm< DayaBay::SimReadoutHeader >::InitializeHeader | ( | DayaBay::HeaderObject * | header | ) | [protected, inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::AppendInputHeader | ( | const DayaBay::HeaderObject * | header | ) | const [protected, inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::releaseTool | ( | const IAlgTool * | tool | ) | const [protected, inherited] |
| StatusCode DybAlgorithm< DayaBay::SimReadoutHeader >::releaseSvc | ( | const IInterface * | svc | ) | const [protected, inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::isInitialized | ( | ) | const [protected, inherited] |
| bool DybAlgorithm< DayaBay::SimReadoutHeader >::isFinalized | ( | ) | const [protected, inherited] |
| int DybAlgorithm< DayaBay::SimReadoutHeader >::outputLevel | ( | ) | const [protected, inherited] |
| IntegerProperty & DybAlgorithm< DayaBay::SimReadoutHeader >::outputLevelProperty | ( | ) | [protected, inherited] |
| void DybAlgorithm< DayaBay::SimReadoutHeader >::initOutputLevel | ( | Property & | prop | ) | [protected, inherited] |
vector<string> DigitalizeAlg::m_detectorNames [private] |
Definition at line 47 of file DigitalizeAlg.h.
string DigitalizeAlg::m_pmtToolName [private] |
Definition at line 49 of file DigitalizeAlg.h.
string DigitalizeAlg::m_rpcToolName [private] |
Definition at line 51 of file DigitalizeAlg.h.
string DigitalizeAlg::m_feeToolName [private] |
Definition at line 53 of file DigitalizeAlg.h.
string DigitalizeAlg::m_fecToolName [private] |
Definition at line 55 of file DigitalizeAlg.h.
vector<DayaBay::Detector> DigitalizeAlg::m_detectors [private] |
Definition at line 58 of file DigitalizeAlg.h.
IEsPulseTool* DigitalizeAlg::m_pmtTool [private] |
Definition at line 60 of file DigitalizeAlg.h.
IEsPulseTool* DigitalizeAlg::m_rpcTool [private] |
Definition at line 62 of file DigitalizeAlg.h.
IEsFrontEndTool* DigitalizeAlg::m_feeTool [private] |
Definition at line 64 of file DigitalizeAlg.h.
IEsFrontEndTool* DigitalizeAlg::m_fecTool [private] |
Definition at line 66 of file DigitalizeAlg.h.
TimeStamp DigitalizeAlg::m_hitEarliest [private] |
Definition at line 69 of file DigitalizeAlg.h.
TimeStamp DigitalizeAlg::m_hitLatest [private] |
Definition at line 70 of file DigitalizeAlg.h.
vector<string> DigitalizeAlg::m_trigToolNames [private] |
Definition at line 73 of file DigitalizeAlg.h.
vector<ITsTriggerTool*> DigitalizeAlg::m_trigTools [private] |
Definition at line 74 of file DigitalizeAlg.h.
string DigitalizeAlg::m_trigFilterName [private] |
Definition at line 76 of file DigitalizeAlg.h.
ITsTriggerTool* DigitalizeAlg::m_triggerSorter [private] |
Definition at line 77 of file DigitalizeAlg.h.
vector<string> DigitalizeAlg::m_roToolNames [private] |
Definition at line 80 of file DigitalizeAlg.h.
vector<IROsReadoutTool*> DigitalizeAlg::m_roTools [private] |
Definition at line 81 of file DigitalizeAlg.h.
string DigitalizeAlg::m_roTrigPackName [private] |
Definition at line 83 of file DigitalizeAlg.h.
Definition at line 84 of file DigitalizeAlg.h.
IROBufferSvc* DigitalizeAlg::m_roBufferSvc [private] |
Definition at line 87 of file DigitalizeAlg.h.
IPreElecSimSvc* DigitalizeAlg::m_preElecSimSvc [private] |
Definition at line 88 of file DigitalizeAlg.h.
DybAlgorithm< DayaBay::SimReadoutHeader >::SUCCESS [inherited] |
DybAlgorithm< DayaBay::SimReadoutHeader >::NO_INTERFACE [inherited] |
DybAlgorithm< DayaBay::SimReadoutHeader >::VERSMISMATCH [inherited] |
DybAlgorithm< DayaBay::SimReadoutHeader >::LAST_ERROR [inherited] |
DayaBay::HeaderObject * DybAlgorithm< DayaBay::SimReadoutHeader >::m_headerObject [protected, inherited] |
bool DybAlgorithm< DayaBay::SimReadoutHeader >::m_pullMode [protected, inherited] |
std::string DybAlgorithm< DayaBay::SimReadoutHeader >::m_location [protected, inherited] |
const bool DybAlgorithm< DayaBay::SimReadoutHeader >::IgnoreRootInTES [static, protected, inherited] |
const bool DybAlgorithm< DayaBay::SimReadoutHeader >::UseRootInTES [static, protected, inherited] |
1.4.7