![]() |
The Gaudi Framework
master (ff829712)
|
Simple service interface to collect counters to persist in a summary file. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ICounterSummarySvc.h>
Public Member Functions | |
DeclareInterfaceID (ICounterSummarySvc, 1, 0) | |
InterfaceID. | |
virtual void | addCounter (const std::string, const std::string name, const StatEntity &, const Gaudi::CounterSummary::SaveType saveType=Gaudi::CounterSummary::SaveSimpleCounter)=0 |
declare a counter, StatEntity, to be filled in the Counter summary | |
virtual void | addCounter (const std::string, const std::string name, const Stat &, const Gaudi::CounterSummary::SaveType saveType=Gaudi::CounterSummary::SaveSimpleCounter)=0 |
declare a counter, Stat, to be filled in the Counter summary | |
![]() | |
DeclareInterfaceID (IService, 4, 0) | |
InterfaceID. | |
virtual StatusCode | sysInitialize ()=0 |
Initialize Service. | |
virtual StatusCode | sysStart ()=0 |
Start Service. | |
virtual StatusCode | sysStop ()=0 |
Stop Service. | |
virtual StatusCode | sysFinalize ()=0 |
Finalize Service. | |
virtual StatusCode | sysReinitialize ()=0 |
Re-initialize the Service. | |
virtual StatusCode | sysRestart ()=0 |
Re-start the Service. | |
Additional Inherited Members | |
![]() | |
using | ext_iids |
take union of the ext_iids of all Interfaces... | |
![]() | |
virtual void | setServiceManager (ISvcManager *)=0 |
Simple service interface to collect counters to persist in a summary file.
In LHCb this is used to write an XML summary of the job.
Definition at line 41 of file ICounterSummarySvc.h.
|
pure virtual |
declare a counter, Stat, to be filled in the Counter summary
std::string | [IN]: Name of the tool/alg/mother filling this counter |
std::string | name [IN]: Name of the counter |
Stat | [IN]: The counter to store/save |
saveType | [IN]: How to save it, from an enum |
|
pure virtual |
declare a counter, StatEntity, to be filled in the Counter summary
std::string | [IN]: Name of the tool/alg/mother filling this counter |
std::string | name [IN]: Name of the counter |
StatEntity | [IN]: The counter to store/save |
saveType | [IN]: How to save it, from an enum |
ICounterSummarySvc::DeclareInterfaceID | ( | ICounterSummarySvc | , |
1 | , | ||
0 | ) |