File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ struct femoDreamCollisionMasker {
244244 NegChildPIDTPCBits.at (CollisionMasks::kPartTwo ).push_back (option.defaultValue .get <femtodreamparticle::cutContainerType>());
245245 }
246246 }
247- } else if ((device.name .find (" femto-dream-triplet-task-track-track-track" ) != std::string::npos) || (device.name .find (" femto-dream-triplet-task-track-track-track-pb-pb" ) != std::string::npos)) {
247+ } else if ((device.name .find (" femto-dream-triplet-task-track-track-track" ) != std::string::npos) || (device.name .find (" femto-dream-triplet-task-track-track-track-pb-pb" ) != std::string::npos)) {
248248 LOG (info) << " Matched workflow: " << device.name ;
249249 TaskFinder = CollisionMasks::kTrackTrackTrack ;
250250 for (auto const & option : device.options ) {
You can’t perform that action at this time.
0 commit comments