File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -655,24 +655,24 @@ struct HfTaskElectronWeakBoson {
655655 continue ;
656656 }
657657 if (applyTrackSys) {
658- if (track.tpcNClsCrossedRows () < nclcrossTpcMin) {
659- continue ;
660- }
661- if (std::abs (track.dcaXY ()) > dcaxyMax) {
662- continue ;
663- }
664- if (track.itsChi2NCl () > chi2ItsMax) {
665- continue ;
666- }
667- if (track.tpcChi2NCl () > chi2TpcMax) {
668- continue ;
669- }
670- if (track.tpcNClsFound () < nclTpcMin) {
671- continue ;
672- }
673- if (track.itsNCls () < nclItsMin) {
674- continue ;
675- }
658+ if (track.tpcNClsCrossedRows () < nclcrossTpcMin) {
659+ continue ;
660+ }
661+ if (std::abs (track.dcaXY ()) > dcaxyMax) {
662+ continue ;
663+ }
664+ if (track.itsChi2NCl () > chi2ItsMax) {
665+ continue ;
666+ }
667+ if (track.tpcChi2NCl () > chi2TpcMax) {
668+ continue ;
669+ }
670+ if (track.tpcNClsFound () < nclTpcMin) {
671+ continue ;
672+ }
673+ if (track.itsNCls () < nclItsMin) {
674+ continue ;
675+ }
676676 }
677677 registry.fill (HIST (" hEta" ), track.eta ());
678678 registry.fill (HIST (" hITSchi2" ), track.itsChi2NCl ());
You can’t perform that action at this time.
0 commit comments