Skip to content

Commit 174e3df

Browse files
mfagginMattia Faggin
andauthored
Fix track filter enabling the configurable. (#2327)
Co-authored-by: Mattia Faggin <mfaggin@cern.ch>
1 parent 77e1c24 commit 174e3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/TableProducer/trackToCollisionAssociator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct TrackToCollisionAssociation {
4040
Configurable<bool> includeUnassigned{"includeUnassigned", false, "consider also tracks which are not assigned to any collision"};
4141
Configurable<bool> fillTableOfCollIdsPerTrack{"fillTableOfCollIdsPerTrack", false, "fill additional table with vector of collision ids per track"};
4242

43-
Filter trackFilter = (applyIsGlobalTrackWoDCA == false) || requireGlobalTrackWoDCAInFilter();
43+
Filter trackFilter = (applyIsGlobalTrackWoDCA.node() == false) || requireGlobalTrackWoDCAInFilter();
4444
using TracksWithSel = soa::Join<Tracks, TracksExtra, TrackSelection>;
4545
using TracksWithSelFilter = soa::Filtered<TracksWithSel>;
4646

0 commit comments

Comments
 (0)