Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:09:23

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from DQMOffline.EGamma.cosmicPhotonAnalyzer_cfi import *
0004 cosmicPhotonAnalysis.OutputMEsInRootFile = cms.bool(False)
0005 cosmicPhotonAnalysis.Verbosity = cms.untracked.int32(0)
0006 cosmicPhotonAnalysis.useTriggerFiltering = cms.bool(False)
0007 
0008 egammaCosmicPhotonMonitors = cms.Sequence(cosmicPhotonAnalysis)