00001 import FWCore.ParameterSet.Config as cms 00002 00003 00004 00005 from DQMOffline.EGamma.photonAnalyzer_cfi import * 00006 from DQMOffline.EGamma.electronAnalyzerSequence_cff import * 00007 00008 photonAnalysis.OutputMEsInRootFile = cms.bool(False) 00009 photonAnalysis.Verbosity = cms.untracked.int32(0) 00010 00011 gsfElectronAnalysis.OutputMEsInRootFile = cms.bool(False) 00012 gsfElectronAnalysis.Verbosity = cms.untracked.int32(0) 00013 00014 egammaDQMOffline = cms.Sequence(photonAnalysis*electronAnalyzerSequence)