![]() |
The Gaudi Framework
master (42b00024)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ICounterSummarySvc.h>
Public Member Functions | |
DeclareInterfaceID (ICounterSummarySvc, 1, 0) | |
InterfaceID. More... | |
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 More... | |
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 More... | |
![]() | |
DeclareInterfaceID (IService, 4, 0) | |
InterfaceID. More... | |
virtual StatusCode | sysInitialize ()=0 |
Initialize Service. More... | |
virtual StatusCode | sysStart ()=0 |
Start Service. More... | |
virtual StatusCode | sysStop ()=0 |
Stop Service. More... | |
virtual StatusCode | sysFinalize ()=0 |
Finalize Service. More... | |
virtual StatusCode | sysReinitialize ()=0 |
Re-initialize the Service. More... | |
virtual StatusCode | sysRestart ()=0 |
Re-start the Service. More... | |
Additional Inherited Members | |
![]() | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type |
take union of the ext_iids of all Interfaces... More... | |
![]() | |
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 44 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 | |||
) |