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/TableProducer/correlatorLcScHadrons.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ struct HfCorrelatorLcScHadrons {
}
template <bool isMcRec, typename TrackType, typename CandType, typename McPart>
void fillCorrelationTable(bool trkPidFill, TrackType const& track, CandType const& candidate,
const std::vector<float>& outMl, int binPool, int8_t correlStatus,
double yCand, int signCand, McPart const& mcParticles)
const std::vector<float>& outMl, int binPool, int8_t correlStatus,
double yCand, int signCand, McPart const& mcParticles)
{
bool isPhysicalPrimary = false;
int trackOrigin = -1;
Expand Down
Loading