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
9 changes: 4 additions & 5 deletions PWGDQ/Tasks/global-muon-matcher.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ static float getDeltaPhi(float phi1, float phi2)
return dphi;
};


struct GlobalMuonMatching {

static constexpr int GlobalTrackTypeMax = 2;
Expand Down Expand Up @@ -1297,10 +1296,10 @@ struct GlobalMuonMatching {

template <class EVT, class BC, class TMUON, class TMFT>
void prepareEventMixingMatchingCandidates(EVT const& collisions,
BC const& bcs,
TMUON const& muonTracks,
TMFT const& mftTracks,
MyMFTCovariances const& mftCovs)
BC const& bcs,
TMUON const& muonTracks,
TMFT const& mftTracks,
MyMFTCovariances const& mftCovs)
{
LOGF(info, "Filling mixed matching candidate tables");

Expand Down