We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b039e commit 47789c0Copy full SHA for 47789c0
RecoMET/METAlgorithms/src/GlobalHaloAlgo.cc
@@ -186,7 +186,6 @@ reco::GlobalHaloData GlobalHaloAlgo::Calculate(const CaloGeometry& TheCaloGeomet
186
PhiWedge NewWedge(*iWedge);
187
NewWedge.SetOverlappingCSCSegments(HcalOverlapping_CSCSegments[iWedge->iPhi()]);
188
NewWedge.SetOverlappingCSCRecHits(HcalOverlapping_CSCRecHits[iWedge->iPhi()]);
189
- PhiWedge wedge(*iWedge);
190
TheGlobalHaloData.GetMatchedHcalPhiWedges().push_back(NewWedge);
191
}
192
0 commit comments