#include <MixInputAlgorithm.h>
Inheritance diagram for MixInputAlgorithm:
Public Member Functions | |
| MixInputAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| ~MixInputAlgorithm () | |
| StatusCode | initialize () |
| StatusCode | execute () |
| StatusCode | finalize () |
| DayaBay::SimHeader * | 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::SimHeader * | 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 Attributes | |
| IMixInputSvc * | m_mixInputSvc |
Definition at line 11 of file MixInputAlgorithm.h.
typedef std::map< std::string, StatEntity > DybAlgorithm< DayaBay::SimHeader >::Statistics [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::map< std::string, unsigned int > DybAlgorithm< DayaBay::SimHeader >::Counter [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::vector< IAlgTool * > DybAlgorithm< DayaBay::SimHeader >::AlgTools [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::pair< IInterface *, std::string > DybAlgorithm< DayaBay::SimHeader >::ServiceEntry [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::vector< ServiceEntry > DybAlgorithm< DayaBay::SimHeader >::Services [protected, inherited] |
Reimplemented from DybBaseAlg.
| MixInputAlgorithm::MixInputAlgorithm | ( | const std::string & | name, | |
| ISvcLocator * | pSvcLocator | |||
| ) |
| MixInputAlgorithm::~MixInputAlgorithm | ( | ) |
| StatusCode MixInputAlgorithm::initialize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimHeader >.
Definition at line 23 of file MixInputAlgorithm.cc.
00024 { 00025 StatusCode status= this->GaudiAlgorithm::initialize(); 00026 if(status.isFailure()) 00027 { 00028 error()<< "Error when initializing GaudiAlgorithm"<< endreq; 00029 return status; 00030 } 00031 00032 info()<< "MixInputAlgorithm ininalize()"<< endreq; 00033 IService* isvc = 0; 00034 StatusCode sc = serviceLocator()->service("RootIOCnvSvc", isvc, false); 00035 if(sc.isFailure()) 00036 { 00037 error()<< "Conversion service RootIOCnvSvc"<< " could not be retrieved"<< endreq; 00038 return sc; 00039 } 00040 isvc->addRef(); 00041 sc = isvc->queryInterface(IMixInputSvc::interfaceID(), (void**)&m_mixInputSvc); 00042 if(sc.isFailure()) 00043 { 00044 error()<< "Conversion service RootIOCnvSvc"<< " does not implement IRootIOCnvSvc"<< endreq; 00045 } 00046 return sc; 00047 }
| StatusCode MixInputAlgorithm::execute | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimHeader >.
Definition at line 49 of file MixInputAlgorithm.cc.
00050 { 00051 info()<< "Now into MixInputAlgorithm executation!"<< endreq; 00052 00053 SimHeader* sh = new SimHeader(); 00054 GenHeader* gh = new GenHeader(); 00055 m_mixInputSvc->prepareStream(); 00056 m_mixInputSvc->getSimHeader(gh, sh); 00057 00058 const SimHitHeader* shh = sh->hits(); 00059 info()<< "SimHitHeader's address: "<< shh<< endreq; 00060 map<short int, SimHitCollection*> shc = shh->hitCollection(); 00061 for(map<short int, SimHitCollection*>::iterator mit = shc.begin(); mit != shc.end(); mit++) 00062 { 00063 vector<SimHit*> vsh = mit->second->collection(); 00064 info()<< MSG::INFO<< "In Det"<< mit->first 00065 << " : SimHit's num = "<< vsh.size()<< endreq; 00066 } 00067 00068 info()<< "GenHeader: "<< gh<< "--"<< "SimHeader: "<< sh<< endreq; 00069 00070 if(0 != sh && 0 != gh) 00071 { 00072 // Using some functions in RegistrationSequence 00073 RegistrationSequence* seq = get<RegistrationSequence>(evtSvc(), RegistrationSequenceLocation::Default); 00074 debug()<< "ATTENTION!===========> Size = "<< seq->size()<< endreq; 00075 seq->setEarliest(sh->earliest()); 00076 seq->setLatest(sh->latest()); 00077 00078 //If the sample coming from MDC, the codes below needed 00079 /*IRegistrationSequence::Registrations& regs = const_cast<IRegistrationSequence::Registrations&>(seq->registrations()); 00080 IRegistrationSequence::Registrations::iterator regit; 00081 for(regit = regs.begin(); regit != regs.end(); regit++) 00082 { 00083 info()<< regit->path()<< endreq; 00084 if(regit->path() == "/Event/Readout/ReadoutHeader") 00085 { 00086 DataObject* child = const_cast<DataObject*>(regit->object()); 00087 ReadoutHeader* reoh = dynamic_cast<ReadoutHeader*>(child); 00088 info()<< reoh->readout()->triggerTime().GetSeconds()<< endreq; 00089 regit->setStore(false); 00090 info()<< "Not Storing: "<< regit->path()<< endreq; 00091 } 00092 }*/ 00093 00094 // Put SimHeader(GenHeader) into TES 00095 put(evtSvc(), gh, GenHeaderLocation::Default); 00096 put(evtSvc(), sh, SimHeaderLocation::Default); 00097 } 00098 00099 info()<< "MixInputAlgorithm execute() finalized!" << endreq; 00100 return StatusCode::SUCCESS; 00101 }
| StatusCode MixInputAlgorithm::finalize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimHeader >.
Definition at line 103 of file MixInputAlgorithm.cc.
00104 { 00105 info()<< "MixInputAlgorithm finalize()"<< endreq; 00106 return StatusCode::SUCCESS; 00107 }
| DayaBay::SimHeader * DybAlgorithm< DayaBay::SimHeader >::GetCurrentHeaderObject | ( | ) | const [inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysInitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::preExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::postExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysFinalize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::arcSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::putTES | ( | DataObject * | obj, | |
| std::string | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimHeader >::getTES | ( | std::string | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimHeader >::getAES | ( | std::string | location, | |
| int | index | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| std::vector< DataObject * > DybAlgorithm< DayaBay::SimHeader >::getAEScollection | ( | std::string | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| int DybAlgorithm< DayaBay::SimHeader >::getExecNum | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| std::string DybAlgorithm< DayaBay::SimHeader >::Location | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::put | ( | IDataProviderSvc * | svc, | |
| DataObject * | object, | |||
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::put | ( | DataObject * | object, | |
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimHeader >::get | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimHeader >::get | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimHeader >::getDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimHeader >::getDet | ( | const std::string & | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::exist | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::exist | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::existDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::existDet | ( | const std::string & | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimHeader >::getOrCreate | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimHeader >::getOrCreate | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::registerContext | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::SimHeader >::evtColSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IAlgContextSvc * DybAlgorithm< DayaBay::SimHeader >::contextSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TOOL * DybAlgorithm< DayaBay::SimHeader >::tool | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TOOL * DybAlgorithm< DayaBay::SimHeader >::tool | ( | const std::string & | type, | |
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| SERVICE * DybAlgorithm< DayaBay::SimHeader >::svc | ( | const std::string & | name, | |
| const bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IUpdateManagerSvc * DybAlgorithm< DayaBay::SimHeader >::updMgrSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::fastContainersSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Error | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Warning | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Print | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::SUCCESS, |
|||
| const MSG::Level | lev = MSG::INFO | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Assert | ( | const bool | ok, | |
| const std::string & | message = "", |
|||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Assert | ( | const bool | ok, | |
| const char * | message, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Exception | ( | const std::string & | msg, | |
| const GaudiException & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Exception | ( | const std::string & | msg, | |
| const std::exception & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::Exception | ( | const std::string & | msg = "no message", |
|
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::msgStream | ( | const MSG::Level | level | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::always | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::fatal | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::err | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::error | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::warning | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::info | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::debug | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::verbose | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimHeader >::msg | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| const Statistics & DybAlgorithm< DayaBay::SimHeader >::counters | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatEntity & DybAlgorithm< DayaBay::SimHeader >::counter | ( | const std::string & | tag | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MSG::Level DybAlgorithm< DayaBay::SimHeader >::msgLevel | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::msgLevel | ( | const MSG::Level | level | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::resetMsgStream | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::typePrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::propsPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::statPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::errorsPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::SimHeader >::printStat | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::SimHeader >::printErrors | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::SimHeader >::printProps | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::registerCondition | ( | const std::string & | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::registerCondition | ( | const std::string & | condition, | |
| CondType *& | condPtrDest, | |||
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::registerCondition | ( | char * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::registerCondition | ( | TargetClass * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::runUpdate | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| TransientFastContainer< T > * DybAlgorithm< DayaBay::SimHeader >::getFastContainer | ( | const std::string & | location, | |
| typename TransientFastContainer< T >::size_type | initial = 0 | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::release | ( | const IInterface * | interface | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| unsigned long DybAlgorithm< DayaBay::SimHeader >::release | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| const std::string & DybAlgorithm< DayaBay::SimHeader >::context | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| const std::string & DybAlgorithm< DayaBay::SimHeader >::rootInTES | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| double DybAlgorithm< DayaBay::SimHeader >::globalTimeOffset | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysStart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysReinitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysRestart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysStop | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysBeginRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::sysEndRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::string & DybAlgorithm< DayaBay::SimHeader >::name | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::string & DybAlgorithm< DayaBay::SimHeader >::version | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::configure | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::terminate | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::start | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::stop | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::reinitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::restart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::SimHeader >::isExecuted | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::SimHeader >::setExecuted | ( | bool | state | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::SimHeader >::resetExecuted | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::beginRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::endRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimHeader >::FSMState | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimHeader >::targetFSMState | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::SimHeader >::isEnabled | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::SimHeader >::filterPassed | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::SimHeader >::setFilterPassed | ( | bool | state | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::service | ( | const std::string & | name, | |
| T *& | psvc, | |||
| bool | createIf = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::service | ( | const std::string & | svcType, | |
| const std::string & | svcName, | |||
| T *& | psvc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::setOutputLevel | ( | int | level | ) | [inherited] |
Reimplemented from DybBaseAlg.
| IAuditorSvc * DybAlgorithm< DayaBay::SimHeader >::auditorSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IChronoStatSvc * DybAlgorithm< DayaBay::SimHeader >::chronoSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IChronoStatSvc * DybAlgorithm< DayaBay::SimHeader >::chronoStatService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::detSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::detDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimHeader >::detCnvSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimHeader >::detDataCnvService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::eventSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::evtSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimHeader >::eventDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimHeader >::eventCnvSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimHeader >::eventDataCnvService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IHistogramSvc * DybAlgorithm< DayaBay::SimHeader >::histoSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IHistogramSvc * DybAlgorithm< DayaBay::SimHeader >::histogramDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMessageSvc * DybAlgorithm< DayaBay::SimHeader >::msgSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMessageSvc * DybAlgorithm< DayaBay::SimHeader >::messageService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::SimHeader >::ntupleSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::SimHeader >::ntupleService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IRndmGenSvc * DybAlgorithm< DayaBay::SimHeader >::randSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IToolSvc * DybAlgorithm< DayaBay::SimHeader >::toolSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IExceptionSvc * DybAlgorithm< DayaBay::SimHeader >::exceptionSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| ISvcLocator * DybAlgorithm< DayaBay::SimHeader >::serviceLocator | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| ISvcLocator * DybAlgorithm< DayaBay::SimHeader >::svcLoc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::createSubAlgorithm | ( | const std::string & | type, | |
| const std::string & | name, | |||
| Algorithm *& | pSubAlg | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| std::vector< Algorithm * > * DybAlgorithm< DayaBay::SimHeader >::subAlgorithms | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::setProperty | ( | const Property & | p | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::setProperty | ( | const std::string & | s | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::setProperty | ( | const std::string & | n, | |
| const std::string & | v | |||
| ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::setProperty | ( | const std::string & | name, | |
| const TYPE & | value | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::getProperty | ( | Property * | p | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const Property & DybAlgorithm< DayaBay::SimHeader >::getProperty | ( | const std::string & | name | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimHeader >::getProperty | ( | const std::string & | n, | |
| std::string & | v | |||
| ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::vector< Property * > & DybAlgorithm< DayaBay::SimHeader >::getProperties | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::setProperties | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| Property * DybAlgorithm< DayaBay::SimHeader >::declareProperty | ( | const std::string & | name, | |
| T & | property, | |||
| const std::string & | doc = "none" | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Property * DybAlgorithm< DayaBay::SimHeader >::declareRemoteProperty | ( | const std::string & | name, | |
| IProperty * | rsvc, | |||
| const std::string & | rname = "" | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMonitorSvc * DybAlgorithm< DayaBay::SimHeader >::monitorSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::declareInfo | ( | const std::string & | name, | |
| const T & | var, | |||
| const std::string & | desc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::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::SimHeader >::addRef | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::queryInterface | ( | const InterfaceID & | riid, | |
| void ** | ||||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::SimHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::SimHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::SimHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| DayaBay::SimHeader * DybAlgorithm< DayaBay::SimHeader >::MakeHeaderObject | ( | ) | [protected, inherited] |
| void DybAlgorithm< DayaBay::SimHeader >::InitializeHeader | ( | DayaBay::HeaderObject * | header | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::AppendInputHeader | ( | const DayaBay::HeaderObject * | header | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::releaseTool | ( | const IAlgTool * | tool | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimHeader >::releaseSvc | ( | const IInterface * | svc | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::isInitialized | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimHeader >::isFinalized | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| int DybAlgorithm< DayaBay::SimHeader >::outputLevel | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| IntegerProperty & DybAlgorithm< DayaBay::SimHeader >::outputLevelProperty | ( | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimHeader >::initOutputLevel | ( | Property & | prop | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
IMixInputSvc* MixInputAlgorithm::m_mixInputSvc [private] |
Definition at line 21 of file MixInputAlgorithm.h.
DybAlgorithm< DayaBay::SimHeader >::SUCCESS [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::SimHeader >::NO_INTERFACE [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::SimHeader >::VERSMISMATCH [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::SimHeader >::LAST_ERROR [inherited] |
Reimplemented from DybBaseAlg.
DayaBay::HeaderObject * DybAlgorithm< DayaBay::SimHeader >::m_headerObject [protected, inherited] |
Reimplemented from DybBaseAlg.
bool DybAlgorithm< DayaBay::SimHeader >::m_pullMode [protected, inherited] |
Reimplemented from DybBaseAlg.
std::string DybAlgorithm< DayaBay::SimHeader >::m_location [protected, inherited] |
Reimplemented from DybBaseAlg.
const bool DybAlgorithm< DayaBay::SimHeader >::IgnoreRootInTES [static, protected, inherited] |
Reimplemented from DybBaseAlg.
const bool DybAlgorithm< DayaBay::SimHeader >::UseRootInTES [static, protected, inherited] |
Reimplemented from DybBaseAlg.
1.4.7