|
| | 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...
|
| |
| | ~extend_interfaces () override=default |
| | Virtual destructor. More...
|
| |
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.
- See also
- XMLSummarySvc
- Author
- Rob Lambert
- Date
- 2009-07-29
Definition at line 36 of file ICounterSummarySvc.h.