Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGHF/HFC/Utils/utilsCorrelations.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ bool passPIDSelection(Atrack const& track, SpeciesContainer const mPIDspecies,
}

/// @brief Selects a candidate based on its PDG code, decay channel, and assigns the corresponding mass.
///
/// @tparam isScCandidate Boolean template parameter:
///
/// @tparam isScCandidate Boolean template parameter:
/// - `true` to check for Sigma_c candidates
/// - `false` to check for Lambda_c candidates
/// @tparam McParticleType Type representing the MC particle, must provide `pdgCode()` and `flagMcMatchGen()`
Expand Down
Loading