@@ -377,8 +377,8 @@ struct TrHeAnalysis {
377377 histos.fill (HIST (" histogram/cuts" ), 7 );
378378 continue ;
379379 }
380- if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeH3 ||
381- getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeH3) {
380+ if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeH3 ||
381+ getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeH3) {
382382 histos.fill (HIST (" histogram/cuts" ), 12 );
383383 continue ;
384384 }
@@ -423,8 +423,8 @@ struct TrHeAnalysis {
423423 histos.fill (HIST (" histogram/cuts" ), 7 );
424424 continue ;
425425 }
426- if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeHe ||
427- getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeHe) {
426+ if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeHe ||
427+ getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeHe) {
428428 histos.fill (HIST (" histogram/cuts" ), 12 );
429429 continue ;
430430 }
@@ -526,12 +526,12 @@ struct TrHeAnalysis {
526526 histos.fill (HIST (" histogram/cuts" ), 7 );
527527 continue ;
528528 }
529- if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeH3 ||
530- getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeH3) {
529+ if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeH3 ||
530+ getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeH3) {
531531 histos.fill (HIST (" histogram/cuts" ), 12 );
532532 continue ;
533533 }
534- }
534+ }
535535 histos.fill (HIST (" histogram/H3/H3-TPCsignVsTPCmomentum" ),
536536 track.tpcInnerParam () / (1 .f * track.sign ()),
537537 track.tpcSignal ());
@@ -572,8 +572,8 @@ struct TrHeAnalysis {
572572 histos.fill (HIST (" histogram/cuts" ), 7 );
573573 continue ;
574574 }
575- if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeHe ||
576- getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeHe) {
575+ if (getMeanItsClsSize (track) / std::cosh (track.eta ()) <= cfgCutMinItsClusterSizeHe ||
576+ getMeanItsClsSize (track) / std::cosh (track.eta ()) >= cfgCutMaxItsClusterSizeHe) {
577577 histos.fill (HIST (" histogram/cuts" ), 12 );
578578 continue ;
579579 }
0 commit comments