#include <TsTriggerAlg.h>
Inheritance diagram for TsTriggerAlg:
Public Member Functions | |
| TsTriggerAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~TsTriggerAlg () |
| virtual StatusCode | initialize () |
| virtual StatusCode | execute () |
| virtual StatusCode | finalize () |
| DayaBay::SimTrigHeader * | 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::SimTrigHeader * | 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 | |
| std::vector< std::string > | m_trigToolNames |
| Tool to do triggering. | |
| std::vector< ITsTriggerTool * > | m_trigTools |
| std::string | m_trigName |
| std::string | m_elecLocation |
| std::string | m_trigFilterName |
| ITsTriggerTool * | m_triggerSorter |
Definition at line 20 of file TsTriggerAlg.h.
typedef std::map< std::string, StatEntity > DybAlgorithm< DayaBay::SimTrigHeader >::Statistics [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::map< std::string, unsigned int > DybAlgorithm< DayaBay::SimTrigHeader >::Counter [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::vector< IAlgTool * > DybAlgorithm< DayaBay::SimTrigHeader >::AlgTools [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::pair< IInterface *, std::string > DybAlgorithm< DayaBay::SimTrigHeader >::ServiceEntry [protected, inherited] |
Reimplemented from DybBaseAlg.
typedef std::vector< ServiceEntry > DybAlgorithm< DayaBay::SimTrigHeader >::Services [protected, inherited] |
Reimplemented from DybBaseAlg.
| TsTriggerAlg::TsTriggerAlg | ( | const std::string & | name, | |
| ISvcLocator * | pSvcLocator | |||
| ) |
Definition at line 9 of file TsTriggerAlg.cc.
00010 : DybAlgorithm<DayaBay::SimTrigHeader>(name,pSvcLocator) 00011 { 00012 m_trigToolNames.push_back("TsMultTriggerTool"); 00013 declareProperty("TrigTools",m_trigToolNames, 00014 "Tools to generate Triggers"); 00015 declareProperty("TriggerFilter",m_trigFilterName="TsSortTool", 00016 "Tool to do final filtering / combining of triggers"); 00017 declareProperty("TrigName", m_trigName = "TriggerAlg", 00018 "Name of this Trigger Algorithm for book keeping purposes."); 00019 declareProperty("ElecLocation",m_elecLocation=DayaBay::ElecHeaderLocation::Default, 00020 "Location in the TES where the input ElecHeader is to be put."); 00021 }
| TsTriggerAlg::~TsTriggerAlg | ( | ) | [virtual] |
| StatusCode TsTriggerAlg::initialize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimTrigHeader >.
Definition at line 27 of file TsTriggerAlg.cc.
00028 { 00029 for (size_t ind=0; ind < m_trigToolNames.size(); ++ind) { 00030 std::string tgr = m_trigToolNames[ind]; 00031 try { 00032 m_trigTools.push_back(tool<ITsTriggerTool>(tgr)); 00033 } 00034 catch(const GaudiException& exg) { 00035 fatal() << "Failed to get Trigger Tool: \"" << tgr << "\"" << endreq; 00036 return StatusCode::FAILURE; 00037 } 00038 info () << "Added trigger tool " << tgr << endreq; 00039 } 00040 try { 00041 m_triggerSorter = tool<ITsTriggerTool>(m_trigFilterName); 00042 } 00043 catch(const GaudiException& exg){ 00044 fatal() << "Failed to get TriggerFilterTool: \"" << m_trigFilterName 00045 << "\"" << endreq; 00046 return StatusCode::FAILURE; 00047 } 00048 00049 return StatusCode::SUCCESS; 00050 }
| StatusCode TsTriggerAlg::execute | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimTrigHeader >.
Definition at line 52 of file TsTriggerAlg.cc.
00053 { 00054 // Look for pre-existing header object or make new one 00055 DayaBay::SimTrigHeader* trigHeader = MakeHeaderObject(); 00056 trigHeader->setCommandHeader(new DayaBay::SimTrigCommandHeader(trigHeader)); 00057 00058 DayaBay::ElecHeader* elecHeader = getTES<DayaBay::ElecHeader>(m_elecLocation); 00059 00060 //set triggers to have same validity range as the crate it belongs to. 00061 00062 trigHeader->setTimeStamp(elecHeader->timeStamp()); 00063 TimeStamp earliest = elecHeader->earliest(); 00064 TimeStamp latest = elecHeader->latest(); 00065 00066 trigHeader->setEarliest(earliest); 00067 trigHeader->setLatest(latest); 00068 trigHeader->setContext(elecHeader->context()); 00069 00070 // Let each tool do its thing on the event 00071 for (size_t ind = 0; ind< m_trigTools.size(); ++ind) { 00072 debug () << "Running trigger tool #" << ind << " " << m_trigToolNames[ind] << endreq; 00073 if (m_trigTools[ind]->mutate(trigHeader,*elecHeader).isFailure()) { 00074 fatal() << "Trigger Tool " << m_trigToolNames[ind] 00075 << " failed" << endreq; 00076 return StatusCode::FAILURE; 00077 } 00078 } 00079 if ( m_triggerSorter->mutate(trigHeader,*elecHeader).isFailure()){ 00080 fatal() << "Trigger Tool " << m_triggerSorter 00081 << " failed" << endreq; 00082 return StatusCode::FAILURE; 00083 } 00084 // HeaderObject base 00085 return StatusCode::SUCCESS; 00086 }
| StatusCode TsTriggerAlg::finalize | ( | ) | [virtual] |
Reimplemented from DybAlgorithm< DayaBay::SimTrigHeader >.
Definition at line 88 of file TsTriggerAlg.cc.
00089 { 00090 debug() << "finalizing TsTriggerAlg" << endreq; 00091 00092 // Tools seem to be released by the base class. 00093 00094 //for (size_t ind=0; ind < m_trigTools.size(); ++ind) { 00095 //verbose() << "Releasing " << m_trigTools[ind] << endreq; 00096 //m_trigTools[ind]->release(); 00097 //} 00098 //m_triggerSorter->release(); 00099 00100 m_trigTools.clear(); 00101 return this->GaudiAlgorithm::finalize(); 00102 }
| DayaBay::SimTrigHeader * DybAlgorithm< DayaBay::SimTrigHeader >::GetCurrentHeaderObject | ( | ) | const [inherited] |
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysInitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::preExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::postExecute | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysFinalize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::arcSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::putTES | ( | DataObject * | obj, | |
| std::string | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimTrigHeader >::getTES | ( | std::string | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimTrigHeader >::getAES | ( | std::string | location, | |
| int | index | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| std::vector< DataObject * > DybAlgorithm< DayaBay::SimTrigHeader >::getAEScollection | ( | std::string | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| int DybAlgorithm< DayaBay::SimTrigHeader >::getExecNum | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| std::string DybAlgorithm< DayaBay::SimTrigHeader >::Location | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::put | ( | IDataProviderSvc * | svc, | |
| DataObject * | object, | |||
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::put | ( | DataObject * | object, | |
| const std::string & | address, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimTrigHeader >::get | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Gaudi::Utils::GetData< TYPE >::return_type DybAlgorithm< DayaBay::SimTrigHeader >::get | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimTrigHeader >::getDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimTrigHeader >::getDet | ( | const std::string & | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::exist | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::exist | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::existDet | ( | IDataProviderSvc * | svc, | |
| const std::string & | location | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::existDet | ( | const std::string & | location | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimTrigHeader >::getOrCreate | ( | IDataProviderSvc * | svc, | |
| const std::string & | location, | |||
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TYPE * DybAlgorithm< DayaBay::SimTrigHeader >::getOrCreate | ( | const std::string & | location, | |
| const bool | useRootInTES = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::registerContext | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::SimTrigHeader >::evtColSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IAlgContextSvc * DybAlgorithm< DayaBay::SimTrigHeader >::contextSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TOOL * DybAlgorithm< DayaBay::SimTrigHeader >::tool | ( | const std::string & | type, | |
| const std::string & | name, | |||
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| TOOL * DybAlgorithm< DayaBay::SimTrigHeader >::tool | ( | const std::string & | type, | |
| const IInterface * | parent = 0, |
|||
| bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| SERVICE * DybAlgorithm< DayaBay::SimTrigHeader >::svc | ( | const std::string & | name, | |
| const bool | create = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IUpdateManagerSvc * DybAlgorithm< DayaBay::SimTrigHeader >::updMgrSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::fastContainersSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Error | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Warning | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::FAILURE, |
|||
| const size_t | mx = 10 | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Print | ( | const std::string & | msg, | |
| const StatusCode | st = StatusCode::SUCCESS, |
|||
| const MSG::Level | lev = MSG::INFO | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Assert | ( | const bool | ok, | |
| const std::string & | message = "", |
|||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Assert | ( | const bool | ok, | |
| const char * | message, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Exception | ( | const std::string & | msg, | |
| const GaudiException & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Exception | ( | const std::string & | msg, | |
| const std::exception & | exc, | |||
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::Exception | ( | const std::string & | msg = "no message", |
|
| const StatusCode | sc = StatusCode(StatusCode::FAILURE, true) | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::msgStream | ( | const MSG::Level | level | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::always | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::fatal | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::err | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::error | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::warning | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::info | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::debug | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::verbose | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MsgStream & DybAlgorithm< DayaBay::SimTrigHeader >::msg | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| const Statistics & DybAlgorithm< DayaBay::SimTrigHeader >::counters | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatEntity & DybAlgorithm< DayaBay::SimTrigHeader >::counter | ( | const std::string & | tag | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| MSG::Level DybAlgorithm< DayaBay::SimTrigHeader >::msgLevel | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::msgLevel | ( | const MSG::Level | level | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::resetMsgStream | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::typePrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::propsPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::statPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::errorsPrint | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::SimTrigHeader >::printStat | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::SimTrigHeader >::printErrors | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| long DybAlgorithm< DayaBay::SimTrigHeader >::printProps | ( | const MSG::Level | level = MSG::ALWAYS |
) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::registerCondition | ( | const std::string & | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::registerCondition | ( | const std::string & | condition, | |
| CondType *& | condPtrDest, | |||
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::registerCondition | ( | char * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::registerCondition | ( | TargetClass * | condition, | |
| StatusCode(CallerClass::*)() | mf = NULL | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::runUpdate | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| TransientFastContainer< T > * DybAlgorithm< DayaBay::SimTrigHeader >::getFastContainer | ( | const std::string & | location, | |
| typename TransientFastContainer< T >::size_type | initial = 0 | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::release | ( | const IInterface * | interface | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| unsigned long DybAlgorithm< DayaBay::SimTrigHeader >::release | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| const std::string & DybAlgorithm< DayaBay::SimTrigHeader >::context | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| const std::string & DybAlgorithm< DayaBay::SimTrigHeader >::rootInTES | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| double DybAlgorithm< DayaBay::SimTrigHeader >::globalTimeOffset | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysStart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysReinitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysRestart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysStop | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysBeginRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::sysEndRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::string & DybAlgorithm< DayaBay::SimTrigHeader >::name | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::string & DybAlgorithm< DayaBay::SimTrigHeader >::version | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::configure | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::terminate | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::start | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::stop | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::reinitialize | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::restart | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::SimTrigHeader >::isExecuted | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::SimTrigHeader >::setExecuted | ( | bool | state | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::SimTrigHeader >::resetExecuted | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::beginRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::endRun | ( | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimTrigHeader >::FSMState | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual Gaudi::StateMachine::State DybAlgorithm< DayaBay::SimTrigHeader >::targetFSMState | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::SimTrigHeader >::isEnabled | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual bool DybAlgorithm< DayaBay::SimTrigHeader >::filterPassed | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual void DybAlgorithm< DayaBay::SimTrigHeader >::setFilterPassed | ( | bool | state | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::service | ( | const std::string & | name, | |
| T *& | psvc, | |||
| bool | createIf = true | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::service | ( | const std::string & | svcType, | |
| const std::string & | svcName, | |||
| T *& | psvc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::setOutputLevel | ( | int | level | ) | [inherited] |
Reimplemented from DybBaseAlg.
| IAuditorSvc * DybAlgorithm< DayaBay::SimTrigHeader >::auditorSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IChronoStatSvc * DybAlgorithm< DayaBay::SimTrigHeader >::chronoSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IChronoStatSvc * DybAlgorithm< DayaBay::SimTrigHeader >::chronoStatService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::detSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::detDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimTrigHeader >::detCnvSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimTrigHeader >::detDataCnvService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::eventSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::evtSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IDataProviderSvc * DybAlgorithm< DayaBay::SimTrigHeader >::eventDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimTrigHeader >::eventCnvSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IConversionSvc * DybAlgorithm< DayaBay::SimTrigHeader >::eventDataCnvService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IHistogramSvc * DybAlgorithm< DayaBay::SimTrigHeader >::histoSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IHistogramSvc * DybAlgorithm< DayaBay::SimTrigHeader >::histogramDataService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMessageSvc * DybAlgorithm< DayaBay::SimTrigHeader >::msgSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMessageSvc * DybAlgorithm< DayaBay::SimTrigHeader >::messageService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::SimTrigHeader >::ntupleSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| INTupleSvc * DybAlgorithm< DayaBay::SimTrigHeader >::ntupleService | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IRndmGenSvc * DybAlgorithm< DayaBay::SimTrigHeader >::randSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IToolSvc * DybAlgorithm< DayaBay::SimTrigHeader >::toolSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IExceptionSvc * DybAlgorithm< DayaBay::SimTrigHeader >::exceptionSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| ISvcLocator * DybAlgorithm< DayaBay::SimTrigHeader >::serviceLocator | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| ISvcLocator * DybAlgorithm< DayaBay::SimTrigHeader >::svcLoc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::createSubAlgorithm | ( | const std::string & | type, | |
| const std::string & | name, | |||
| Algorithm *& | pSubAlg | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| std::vector< Algorithm * > * DybAlgorithm< DayaBay::SimTrigHeader >::subAlgorithms | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::setProperty | ( | const Property & | p | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::setProperty | ( | const std::string & | s | ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::setProperty | ( | const std::string & | n, | |
| const std::string & | v | |||
| ) | [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::setProperty | ( | const std::string & | name, | |
| const TYPE & | value | |||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::getProperty | ( | Property * | p | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const Property & DybAlgorithm< DayaBay::SimTrigHeader >::getProperty | ( | const std::string & | name | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::getProperty | ( | const std::string & | n, | |
| std::string & | v | |||
| ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| virtual const std::vector< Property * > & DybAlgorithm< DayaBay::SimTrigHeader >::getProperties | ( | ) | const [virtual, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::setProperties | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| Property * DybAlgorithm< DayaBay::SimTrigHeader >::declareProperty | ( | const std::string & | name, | |
| T & | property, | |||
| const std::string & | doc = "none" | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| Property * DybAlgorithm< DayaBay::SimTrigHeader >::declareRemoteProperty | ( | const std::string & | name, | |
| IProperty * | rsvc, | |||
| const std::string & | rname = "" | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| IMonitorSvc * DybAlgorithm< DayaBay::SimTrigHeader >::monitorSvc | ( | ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::declareInfo | ( | const std::string & | name, | |
| const T & | var, | |||
| const std::string & | desc | |||
| ) | const [inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::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::SimTrigHeader >::addRef | ( | ) | [inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::queryInterface | ( | const InterfaceID & | riid, | |
| void ** | ||||
| ) | [inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::SimTrigHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::SimTrigHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| static const InterfaceID & DybAlgorithm< DayaBay::SimTrigHeader >::interfaceID | ( | ) | [static, inherited] |
Reimplemented from DybBaseAlg.
| DayaBay::SimTrigHeader * DybAlgorithm< DayaBay::SimTrigHeader >::MakeHeaderObject | ( | ) | [protected, inherited] |
| void DybAlgorithm< DayaBay::SimTrigHeader >::InitializeHeader | ( | DayaBay::HeaderObject * | header | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::AppendInputHeader | ( | const DayaBay::HeaderObject * | header | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::releaseTool | ( | const IAlgTool * | tool | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| StatusCode DybAlgorithm< DayaBay::SimTrigHeader >::releaseSvc | ( | const IInterface * | svc | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::isInitialized | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| bool DybAlgorithm< DayaBay::SimTrigHeader >::isFinalized | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| int DybAlgorithm< DayaBay::SimTrigHeader >::outputLevel | ( | ) | const [protected, inherited] |
Reimplemented from DybBaseAlg.
| IntegerProperty & DybAlgorithm< DayaBay::SimTrigHeader >::outputLevelProperty | ( | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
| void DybAlgorithm< DayaBay::SimTrigHeader >::initOutputLevel | ( | Property & | prop | ) | [protected, inherited] |
Reimplemented from DybBaseAlg.
std::vector<std::string> TsTriggerAlg::m_trigToolNames [private] |
std::vector<ITsTriggerTool*> TsTriggerAlg::m_trigTools [private] |
Definition at line 33 of file TsTriggerAlg.h.
std::string TsTriggerAlg::m_trigName [private] |
Definition at line 35 of file TsTriggerAlg.h.
std::string TsTriggerAlg::m_elecLocation [private] |
Definition at line 36 of file TsTriggerAlg.h.
std::string TsTriggerAlg::m_trigFilterName [private] |
Definition at line 37 of file TsTriggerAlg.h.
ITsTriggerTool* TsTriggerAlg::m_triggerSorter [private] |
Definition at line 38 of file TsTriggerAlg.h.
DybAlgorithm< DayaBay::SimTrigHeader >::SUCCESS [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::SimTrigHeader >::NO_INTERFACE [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::SimTrigHeader >::VERSMISMATCH [inherited] |
Reimplemented from DybBaseAlg.
DybAlgorithm< DayaBay::SimTrigHeader >::LAST_ERROR [inherited] |
Reimplemented from DybBaseAlg.
DayaBay::HeaderObject * DybAlgorithm< DayaBay::SimTrigHeader >::m_headerObject [protected, inherited] |
Reimplemented from DybBaseAlg.
bool DybAlgorithm< DayaBay::SimTrigHeader >::m_pullMode [protected, inherited] |
Reimplemented from DybBaseAlg.
std::string DybAlgorithm< DayaBay::SimTrigHeader >::m_location [protected, inherited] |
Reimplemented from DybBaseAlg.
const bool DybAlgorithm< DayaBay::SimTrigHeader >::IgnoreRootInTES [static, protected, inherited] |
Reimplemented from DybBaseAlg.
const bool DybAlgorithm< DayaBay::SimTrigHeader >::UseRootInTES [static, protected, inherited] |
Reimplemented from DybBaseAlg.
1.4.7