Skip to content

Commit

Permalink
removing photon MVA producer from sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Jun 19, 2017
1 parent d610c5e commit a173e4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/python/EgammaMonitoring_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

from DQMOffline.Trigger.HLTEGTnPMonitor_cfi import egmGsfElectronIDsForDQM,egHLTDQMOfflineTnPSource,egmPhotonIDSequenceForDQM,egHLTElePhoDQMOfflineTnPSource,photonIDValueMapProducer,photonMVAValueMapProducer,egmPhotonIDsForDQM
from DQMOffline.Trigger.HLTEGTnPMonitor_cfi import egmGsfElectronIDsForDQM,egHLTDQMOfflineTnPSource,egmPhotonIDSequenceForDQM,egHLTElePhoDQMOfflineTnPSource,photonIDValueMapProducer,egmPhotonIDsForDQM

egammaMonitorHLT = cms.Sequence(
egmGsfElectronIDsForDQM*
Expand Down
2 changes: 0 additions & 2 deletions DQMOffline/Trigger/python/HLTEGTnPMonitor_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@


from RecoEgamma.PhotonIdentification.PhotonIDValueMapProducer_cfi import photonIDValueMapProducer
from RecoEgamma.PhotonIdentification.PhotonMVAValueMapProducer_cfi import photonMVAValueMapProducer
from RecoEgamma.PhotonIdentification.egmPhotonIDs_cfi import egmPhotonIDs
egmPhotonIDsForDQM = egmPhotonIDs.clone()
egmPhotonIDsForDQM.physicsObjectsIDs = cms.VPSet()
Expand All @@ -545,5 +544,4 @@
if hasattr(item,'idName') and hasattr(item,'cutFlow'):
setupVIDSelection(egmPhotonIDsForDQM,item)
egmPhotonIDSequenceForDQM = cms.Sequence(photonIDValueMapProducer*
photonMVAValueMapProducer*
egmPhotonIDsForDQM)

0 comments on commit a173e4c

Please sign in to comment.