Skip to content

Commit

Permalink
fix clang issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhildreth committed Aug 4, 2019
1 parent 182668c commit 1546fb6
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 497 deletions.
2 changes: 1 addition & 1 deletion DQM/SiOuterTracker/plugins/OuterTrackerMonitorTTTrack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void OuterTrackerMonitorTTTrack::analyze(const edm::Event &iEvent, const edm::Ev
if (nStubs >= HQNStubs_ && trackChi2R <= HQChi2dof_) {
numHQTracks++;

Track_HQ_Pt->Fill(tempTrackPtr->getMomentum(4).perp()); //4 for now for backwards compatibility
Track_HQ_Pt->Fill(tempTrackPtr->getMomentum(4).perp()); //4 for now for backwards compatibility
Track_HQ_Eta->Fill(tempTrackPtr->eta());
Track_HQ_Phi->Fill(tempTrackPtr->phi());
Track_HQ_VtxZ->Fill(tempTrackPtr->z0());
Expand Down
Loading

0 comments on commit 1546fb6

Please sign in to comment.