|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
Enumerations | |
| enum | SaveType { SaveSimpleCounter = 0, SaveStatEntity, SaveAlwaysSimpleCounter, SaveAlwaysStatEntity } |
| How is the counter to be saved? More... | |
How is the counter to be saved?
| 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 17 of file ICounterSummarySvc.h.
00018 { 00019 SaveSimpleCounter=0, 00020 SaveStatEntity, 00021 SaveAlwaysSimpleCounter, 00022 SaveAlwaysStatEntity 00023 };