Skip to content

Commit 6a140b5

Browse files
authored
Update taskElectronWeakBoson.cxx
1 parent e7a5c19 commit 6a140b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFL/Tasks/taskElectronWeakBoson.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct HfTaskElectronWeakBoson {
5656
Filter posZFilter = (nabs(o2::aod::collision::posZ) < vtxZ);
5757

5858
// track cuts
59-
Filter filter_globalTr = requireGlobalTrackInFilter();
59+
Filter filter_globalTr = requireGlobalTrackInFilter();
6060

6161
Configurable<float> etalow{"etalow", -0.6f, ""};
6262
Configurable<float> etaup{"etaup", 0.6f, ""};

0 commit comments

Comments
 (0)