diff --git a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx index aa66b2c29dd..1816ab0be5f 100644 --- a/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx +++ b/PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx @@ -225,25 +225,25 @@ struct trHeAnalysis { "cfgCutTPCcrRowToFindableCl", 0.8f, "Minimum ratio of crossed rows to findable cluster in TPC"}; Configurable cfgCutmaxChi2TPCH3{"cfgCutmaxChi2TPC", 4.f, - "Maximum chi2 per cluster for TPC"}; + "Maximum chi2 per cluster for TPC"}; Configurable cfgCutmaxChi2ITSH3{"cfgCutmaxChi2ITS", 36.f, - "Maximum chi2 per cluster for ITS"}; + "Maximum chi2 per cluster for ITS"}; Configurable cfgCutmaxChi2TPCHe{"cfgCutmaxChi2TPCHe", 4.f, - "Maximum chi2 per cluster for TPC"}; + "Maximum chi2 per cluster for TPC"}; Configurable cfgCutmaxChi2ITSHe{"cfgCutmaxChi2ITSHe", 36.f, - "Maximum chi2 per cluster for ITS"}; + "Maximum chi2 per cluster for ITS"}; Configurable cfgCutTPCRefit{"cfgCutTPCRefit", 1, - "Maximum chi2 per cluster for TPC"}; + "Maximum chi2 per cluster for TPC"}; Configurable cfgCutITSRefit{"cfgCutITSRefit", 1, - "Maximum chi2 per cluster for ITS"}; + "Maximum chi2 per cluster for ITS"}; Configurable cfgCutmaxItsClusterSizeHe{"cfgCutmaxItsClusterSizeHe", 4.f, - "Maximum chi2 per cluster for TPC"}; + "Maximum chi2 per cluster for TPC"}; Configurable cfgCutminItsClusterSizeHe{"cfgCutminItsClusterSizeHe", 1.f, - "Maximum chi2 per cluster for ITS"}; + "Maximum chi2 per cluster for ITS"}; Configurable cfgCutmaxItsClusterSizeH3{"cfgCutmaxItsClusterSizeH3", 4.f, - "Maximum chi2 per cluster for TPC"}; + "Maximum chi2 per cluster for TPC"}; Configurable cfgCutminItsClusterSizeH3{"cfgCutminItsClusterSizeH3", 1.f, - "Maximum chi2 per cluster for ITS"}; + "Maximum chi2 per cluster for ITS"}; // Set the kinematic and PID cuts for tracks struct : ConfigurableGroup { Configurable pCut{ @@ -395,14 +395,14 @@ struct trHeAnalysis { continue; } if (cfgCutTPCRefit) { - if (!track.passedTPCRefit()) { - histos.fill(HIST("histogram/cuts"), 9); + if (!track.passedTPCRefit()) { + histos.fill(HIST("histogram/cuts"), 9); continue; } } - if (cfgCutITSRefit) { - if (!track.passedITSRefit()) { - histos.fill(HIST("histogram/cuts"), 10); + if (cfgCutITSRefit) { + if (!track.passedITSRefit()) { + histos.fill(HIST("histogram/cuts"), 10); continue; } } @@ -543,14 +543,14 @@ struct trHeAnalysis { continue; } if (cfgCutTPCRefit) { - if (!track.passedTPCRefit()) { - histos.fill(HIST("histogram/cuts"), 9); + if (!track.passedTPCRefit()) { + histos.fill(HIST("histogram/cuts"), 9); continue; } } - if (cfgCutITSRefit) { - if (!track.passedITSRefit()) { - histos.fill(HIST("histogram/cuts"), 10); + if (cfgCutITSRefit) { + if (!track.passedITSRefit()) { + histos.fill(HIST("histogram/cuts"), 10); continue; } }