Skip to content

Commit

Permalink
Merge pull request #6 from ThOliveira23/from-CMSSW_12_5_0_pre1_v2
Browse files Browse the repository at this point in the history
Code maintenance for Run III in the DQMOffline ZCounting
  • Loading branch information
ThOliveira23 authored May 23, 2022
2 parents c521e81 + c15c6b0 commit ac9cae3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions DQMOffline/Lumi/plugins/ZCounting.cc
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,6 @@ void ZCounting::analyzeMuons(const edm::Event& iEvent, const edm::EventSetup& iS

h_npv->Fill(iEvent.luminosityBlock(), nvtx);

// Good vertex requirement
if (nvtx == 0)
return;

//-------------------------------
//--- Trigger
//-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion DQMOffline/Lumi/python/ZCounting_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
zcounting = DQMEDAnalyzer('ZCounting',
TriggerEvent = cms.InputTag('hltTriggerSummaryAOD','','HLT'),
TriggerResults = cms.InputTag('TriggerResults','','HLT'),
edmPVName = cms.untracked.string('offlinePrimaryVertices'),
edmPVName = cms.untracked.string('offlinePrimaryVertices'),
edmName = cms.untracked.string('muons'),
edmTrackName = cms.untracked.string('generalTracks'),

Expand Down

0 comments on commit ac9cae3

Please sign in to comment.