CMS 3D CMS Logo

egammaDQMOffline_cff.py

Go to the documentation of this file.
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)

Generated on Tue Jun 9 17:33:44 2009 for CMSSW by  doxygen 1.5.4