File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ struct HfTaskElectronWeakBoson {
156156 continue ;
157157 if (std::abs (track.dcaXY ()) > dcaxy_cut)
158158 continue ;
159- if (track.itsChi2NCl () > itschi2_cut)
159+ if (track.itsChi2NCl () > itschi2_cut)
160160 continue ;
161- if (track.tpcChi2NCl () > tpcchi2_cut)
161+ if (track.tpcChi2NCl () > tpcchi2_cut)
162162 continue ;
163- if (track.tpcNClsFound () < tpcNcl_cut)
163+ if (track.tpcNClsFound () < tpcNcl_cut)
164164 continue ;
165165 if (track.itsNCls () < itsNcl_cut)
166166 continue ;
@@ -170,7 +170,7 @@ struct HfTaskElectronWeakBoson {
170170 histos.fill (HIST (" TPCElHistogram" ), track.p (), track.tpcNSigmaEl ());
171171
172172 // track - match
173-
173+
174174 if (emcClusters.size () < 1 )
175175 continue ;
176176 if (track.phi () < 1.39 || track.phi () > 3.265 )
@@ -230,8 +230,6 @@ struct HfTaskElectronWeakBoson {
230230 histos.fill (HIST (" EopHistogram" ), match.track_as <TrackEle>().pt (), eop);
231231 }
232232 }
233-
234-
235233 nmatch++;
236234 }
237235 }
You can’t perform that action at this time.
0 commit comments