CMS 3D CMS Logo

cosmicPhotonAnalyzer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 cosmicPhotonAnalysis.OutputMEsInRootFile = cms.bool(False)
5 cosmicPhotonAnalysis.Verbosity = cms.untracked.int32(0)
6 cosmicPhotonAnalysis.useTriggerFiltering = cms.bool(False)
7 
8 egammaCosmicPhotonMonitors = cms.Sequence(cosmicPhotonAnalysis)