Skip to content

Commit

Permalink
[PWGCF] FemtoUniverse: Fixing default process to FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Jan 18, 2025
1 parent ba6a927 commit 7baa41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ struct FemtoUniverseProducerTask {
}
}
PROCESS_SWITCH(FemtoUniverseProducerTask, processTrackDataCentPP,
"Provide experimental data for track track", true);
"Provide experimental data for track track", false);

// using FilteredFemtoFullTracks = soa::Filtered<FemtoFullTracks>;
void processTrackPhiData(aod::FemtoFullCollision const& col,
Expand Down

0 comments on commit 7baa41b

Please sign in to comment.