Skip to content

Commit

Permalink
zero-in mono/stereo cluster counts in SiStripMonitorTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jun 16, 2023
1 parent 1039d27 commit ff968db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DQM/SiStripMonitorTrack/src/SiStripMonitorTrack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ void SiStripMonitorTrack::analyze(const edm::Event& e, const edm::EventSetup& iS
iSubDet++) {
iSubDet->second.totNClustersOnTrack = 0;
iSubDet->second.totNClustersOffTrack = 0;
iSubDet->second.totNClustersOnTrackMono = 0;
iSubDet->second.totNClustersOnTrackStereo = 0;
}

trackerTopology_ = &iSetup.getData(trackerTopologyEventToken_);
Expand Down

0 comments on commit ff968db

Please sign in to comment.