|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |
#include <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 | |
In LHCb this is used to write an XML summary of the job.
Definition at line 37 of file ICounterSummarySvc.h.
| ICounterSummarySvc::DeclareInterfaceID | ( | ICounterSummarySvc | , | |
| 1 | , | |||
| 0 | ||||
| ) |
| virtual void ICounterSummarySvc::addCounter | ( | const std::string | , | |
| const std::string | name, | |||
| const StatEntity & | , | |||
| const Gaudi::CounterSummary::SaveType | saveType = Gaudi::CounterSummary::SaveSimpleCounter | |||
| ) | [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 |
| virtual void ICounterSummarySvc::addCounter | ( | const std::string | , | |
| const std::string | name, | |||
| const Stat & | , | |||
| const Gaudi::CounterSummary::SaveType | saveType = Gaudi::CounterSummary::SaveSimpleCounter | |||
| ) | [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 |