Skip to content
Snippets Groups Projects
Commit 9a8695cb authored by Michael William O'Keefe's avatar Michael William O'Keefe
Browse files

Removed dEta/dPhi unused variables

parent 06f2f70c
No related branches found
No related tags found
No related merge requests found
......@@ -1344,9 +1344,7 @@ void DQTGlobalWZFinderTool::doMuonInDetTP(std::vector<const xAOD::Muon*>& goodmu
auto idtrkp4(mu2->p4());
auto mstrkp4(trk->p4());
Float_t dPhi = idtrkp4.DeltaPhi(mstrkp4);
Float_t dR = idtrkp4.DeltaR(mstrkp4);
Float_t dEta = mstrkp4.Eta() - idtrkp4.Eta();
Float_t dPT = mstrkp4.Pt() - idtrkp4.Pt();
if (fabs(dPT) < 10000 && dR < 0.05)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment