Skip to content

Commit 0989122

Browse files
author
nkaratze
committed
Configurable name error
1 parent 32cba40 commit 0989122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/v0topologicalcuts.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ struct v0topologicalcuts {
269269
// Defining filters for events (event selection)
270270
// Processed events will be already fulfilling the event selection requirements
271271
Filter eventFilter = (o2::aod::evsel::sel8 == true);
272-
Filter posZFilterMC = (nabs(o2::aod::mccollision::posZ) < cutzvertex);
273-
Filter posZFilter = (nabs(o2::aod::collision::posZ) < cutzvertex);
272+
Filter posZFilterMC = (nabs(o2::aod::mccollision::posZ) < cutZVertex);
273+
Filter posZFilter = (nabs(o2::aod::collision::posZ) < cutZVertex);
274274

275275
// Defining the type of the daughter tracks
276276
using DaughterTracks = soa::Join<aod::TracksIU, aod::TracksExtra, aod::pidTPCPi, aod::pidTPCPr>;

0 commit comments

Comments
 (0)