The Gaudi Framework
v30r3 (a5ef0a68)
|
Simple service interface to collect counters to persist in a summary file. More...
#include <GaudiKernel/ICounterSummarySvc.h>
Additional Inherited Members | |
Public Types inherited from extend_interfaces< INamedInterface, IStateful > | |
using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type |
take union of the ext_iids of all Interfaces... More... | |
Protected Member Functions inherited from IService | |
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 36 of file ICounterSummarySvc.h.
|
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 |
|
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 |
ICounterSummarySvc::DeclareInterfaceID | ( | ICounterSummarySvc | , |
1 | , | ||
0 | |||
) |