The Gaudi Framework  master (37c0b60a)
Gaudi::CounterSummary Namespace Reference

Enumerations

enum  SaveType { SaveSimpleCounter = 0, SaveStatEntity, SaveAlwaysSimpleCounter, SaveAlwaysStatEntity }
 How is the counter to be saved? More...
 

Enumeration Type Documentation

◆ SaveType

How is the counter to be saved?

Enumerator
SaveSimpleCounter 
SaveStatEntity 

store only the flag()

SaveAlwaysSimpleCounter 

store all information

SaveAlwaysStatEntity 

store always, store only the flag()

store always, store all information

Definition at line 25 of file ICounterSummarySvc.h.

Gaudi::CounterSummary::SaveAlwaysSimpleCounter
@ SaveAlwaysSimpleCounter
store all information
Definition: ICounterSummarySvc.h:28
Gaudi::CounterSummary::SaveSimpleCounter
@ SaveSimpleCounter
Definition: ICounterSummarySvc.h:26
Gaudi::CounterSummary::SaveStatEntity
@ SaveStatEntity
store only the flag()
Definition: ICounterSummarySvc.h:27
Gaudi::CounterSummary::SaveAlwaysStatEntity
@ SaveAlwaysStatEntity
store always, store only the flag()
Definition: ICounterSummarySvc.h:29