The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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 22 of file ICounterSummarySvc.h.

22 {
27 };
@ SaveAlwaysStatEntity
store always, store only the flag()
@ SaveStatEntity
store only the flag()
@ SaveAlwaysSimpleCounter
store all information