Skip to content

Commit

Permalink
Require hits in 3 pixel layers
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Aug 13, 2020
1 parent 4fb4df7 commit 4da021e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Validation/RecoTrack/plugins/MultiTrackValidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,8 @@ void MultiTrackValidator::dqmAnalyze(const edm::Event& event,
int nSimLayers = nLayers_tPCeff[tpr];
int nSimPixelLayers = nPixelLayers_tPCeff[tpr];
int nSimStripMonoAndStereoLayers = nStripMonoAndStereoLayers_tPCeff[tpr];
if (nSimPixelLayers < 3)
continue;
histoProducerAlgo_->fill_recoAssociated_simTrack_histos(histograms.histoProducerAlgo,
w,
tp,
Expand Down

0 comments on commit 4da021e

Please sign in to comment.