ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
class | Variable |
Wrapper around a histogram which allows for some additional filling patterns and data manipulation. More... | |
Enumerations | |
enum | VariableType { kPerCall, kPerEvent } |
Behaviour of Variable. More... | |
enum | LogType { kLinear, kLog } |
Histogram x-axis type flag. More... | |
enum LogType |
Histogram x-axis type flag.
Enumerator | |
---|---|
kLinear | Linear x-binning. |
kLog | Logarithmic x-binning. |
Definition at line 26 of file Trigger/TrigCost/TrigCostAnalysis/src/Variable.h.
enum VariableType |
Behaviour of Variable.
Enumerator | |
---|---|
kPerCall | Variable should fill underlying histogram on each fill. |
kPerEvent | Variable should buffer fill calls in an accumulator and fill the underlying histogram once at the end of the event. |
Definition at line 17 of file Trigger/TrigCost/TrigCostAnalysis/src/Variable.h.