Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 3, 2024
1 parent 648f64b commit 7cd9c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ struct HfCorrelatorLcHadrons {
entryTrackRecoInfo(track.dcaXY(), track.dcaZ(), track.tpcNClsCrossedRows());
}
} // end inner loop (Tracks)
} // end outer Lc loop
} // end outer Lc loop
registry.fill(HIST("hZvtx"), collision.posZ());
registry.fill(HIST("hMultFT0M"), collision.multFT0M());
}
Expand Down Expand Up @@ -713,7 +713,7 @@ struct HfCorrelatorLcHadrons {
entryLcHadronRecoInfo(MassLambdaCPlus, true);
entryLcHadronGenInfo(isLcPrompt, particleAssoc.isPhysicalPrimary(), trackOrigin);
} // end inner loop
} // end outer loop
} // end outer loop
registry.fill(HIST("hCountLcHadronPerEvent"), counterLcHadron);
registry.fill(HIST("hZvtx"), mcCollision.posZ());
}
Expand Down

0 comments on commit 7cd9c51

Please sign in to comment.