Skip to content

Commit

Permalink
Fixing clang-format error
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Jan 18, 2025
1 parent 68d6ed6 commit 7d4272c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1904,10 +1904,10 @@ struct FemtoUniverseProducerTask {
PROCESS_SWITCH(FemtoUniverseProducerTask, processTrackCentRun3Data, "Provide experimental data for Run 3 with centrality for track track", false);

void processTrackCentRun3DataMC(aod::FemtoFullCollisionCentRun3MC const& col,
aod::BCsWithTimestamps const&,
soa::Join<aod::FemtoFullTracks, aod::McTrackLabels> const& tracks,
aod::McCollisions const&,
aod::McParticles const&)
aod::BCsWithTimestamps const&,
soa::Join<aod::FemtoFullTracks, aod::McTrackLabels> const& tracks,
aod::McCollisions const&,
aod::McParticles const&)
{
// get magnetic field for run
auto bc = col.bc_as<aod::BCsWithTimestamps>();
Expand Down

0 comments on commit 7d4272c

Please sign in to comment.