![]() |
Project
|
#include <CorrectionMapsTypes.h>
Public Attributes | |
| LumiScaleType | lumiType = LumiScaleType::Unset |
| what estimator to used for corrections scaling: 0: no scaling, 1: CTP, 2: IDC | |
| LumiScaleMode | lumiMode = LumiScaleMode::Unset |
| what corrections method to use: 0: classical scaling, 1: Using of the derivative map, 2: Using of the derivative map for MC | |
| bool | enableMShapeCorrection = false |
| bool | requestCTPLumi = true |
| request CTP Lumi regardless of what is used for corrections scaling | |
| bool | checkCTPIDCconsistency = true |
| check the selected CTP or IDC scaling source being consistent with mean scaler of the map | |
Definition at line 35 of file CorrectionMapsTypes.h.
| bool o2::tpc::CorrectionMapsGloOpts::checkCTPIDCconsistency = true |
check the selected CTP or IDC scaling source being consistent with mean scaler of the map
Definition at line 40 of file CorrectionMapsTypes.h.
| bool o2::tpc::CorrectionMapsGloOpts::enableMShapeCorrection = false |
Definition at line 38 of file CorrectionMapsTypes.h.
| LumiScaleMode o2::tpc::CorrectionMapsGloOpts::lumiMode = LumiScaleMode::Unset |
what corrections method to use: 0: classical scaling, 1: Using of the derivative map, 2: Using of the derivative map for MC
Definition at line 37 of file CorrectionMapsTypes.h.
| LumiScaleType o2::tpc::CorrectionMapsGloOpts::lumiType = LumiScaleType::Unset |
what estimator to used for corrections scaling: 0: no scaling, 1: CTP, 2: IDC
Definition at line 36 of file CorrectionMapsTypes.h.
| bool o2::tpc::CorrectionMapsGloOpts::requestCTPLumi = true |
request CTP Lumi regardless of what is used for corrections scaling
Definition at line 39 of file CorrectionMapsTypes.h.