You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/TableProducer/Strangeness/LFStrangeTreeCreator.cxx
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -157,8 +157,8 @@ struct LFStrangeTreeCreator {
157
157
158
158
intmRunNumber;
159
159
float d_bz;
160
-
//o2::base::MatLayerCylSet* lut = nullptr;
161
-
Configurable<int> cfgMaterialCorrection{"cfgMaterialCorrection", static_cast<int>(o2::base::Propagator::MatCorrType::USEMatCorrNONE), "Type of material correction"};
160
+
o2::base::MatLayerCylSet* lut = nullptr;
161
+
Configurable<int> cfgMaterialCorrection{"cfgMaterialCorrection", static_cast<int>(o2::base::Propagator::MatCorrType::USEMatCorrLUT), "Type of material correction"};
162
162
163
163
ConfigurableAxis centAxis{"centAxis", {106, 0, 106}, "binning for the centrality"};
164
164
ConfigurableAxis zVtxAxis{"zVtxBins", {100, -20.f, 20.f}, "Binning for the vertex z in cm"};
0 commit comments