File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ struct FlowEsePHe3 {
316316 Configurable<float > cfgMinChi2NClITS{" cfgMinChi2NClITS" , 0 , " Minimum chi2 per cluster ITS for PID if not use costom track cuts" };
317317 Configurable<float > cfgMaxTPCChi2NCl{" cfgMaxTPCChi2NCl" , 4 , " Maximum chi2 per cluster TPC for PID if not use costom track cuts" };
318318 Configurable<float > cfgMaxChi2NClITS{" cfgMaxChi2NClITS" , 36 , " Maximum chi2 per cluster ITS for PID if not use costom track cuts" };
319- Configurable<float > cfgMinTPCCls{" cfgMinTPCCcls " , 70 , " Minimum TPC clusters for PID if not use costom track cuts" };
319+ Configurable<float > cfgMinTPCCls{" cfgMinTPCCls " , 70 , " Minimum TPC clusters for PID if not use costom track cuts" };
320320 Configurable<float > cfgMinITSCls{" cfgMinITSCls" , 1 , " Minimum ITS clusters for PID if not use costom track cuts" };
321321 Configurable<float > cfgMaxTPCCls{" cfgMaxTPCCls" , 999 , " Max TPC clusters for PID if not use costom track cuts" };
322322 Configurable<float > cfgMaxITSCls{" cfgMaxITSCls" , 999 , " Max ITS clusters for PID if not use costom track cuts" };
You can’t perform that action at this time.
0 commit comments