Skip to content
Open
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 PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2613,8 +2613,8 @@ struct AnalysisSameEventPairing {

template <int TPairType, typename TEvents>
void runMCGen(TEvents const& events,
ReducedMCEvents const& mcEvents,
ReducedMCTracks const& mcTracks)
ReducedMCEvents const& mcEvents,
ReducedMCTracks const& mcTracks)
{
uint32_t mcDecision = 0;
int isig = 0;
Expand Down
Loading