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 17, 2024
1 parent 2293058 commit 6ad684f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGHF/Tasks/taskPidStudies.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ DECLARE_SOA_TABLE(PidCascades, "AOD", "PIDCASCADES", //! Table with PID informat
pid_studies::CentralityFT0C,
pid_studies::CentralityFT0M,
pid_studies::CandFlag);
} // namespace o2::aod
} // namespace o2::aod

struct HfTaskPidStudies {
Produces<o2::aod::PidV0s> pidV0;
Expand Down Expand Up @@ -189,7 +189,7 @@ struct HfTaskPidStudies {
candidate.pt(),
posTrack.pt(),
negTrack.pt(),
posTrack.tpcInnerParam() / std::cosh(candidate.positiveeta()),
posTrack.tpcInnerParam() / std::cosh(candidate.positiveeta()),
negTrack.tpcInnerParam() / std::cosh(candidate.negativeeta()),
candidate.v0radius(),
candidate.v0cosPA(),
Expand Down

0 comments on commit 6ad684f

Please sign in to comment.