Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 igprof = cms.EDAnalyzer("IgProfModule",
00004 reportEventInterval = cms.untracked.int32(0),
00005 reportToFileAtBeginJob = cms.untracked.string(''),
00006 reportToFileAtEndJob = cms.untracked.string(''),
00007 reportToFileAtBeginLumi = cms.untracked.string(''),
00008 reportToFileAtEndLumi = cms.untracked.string(''),
00009 reportToFileAtInputFile = cms.untracked.string(''),
00010 reportToFileAtEvent = cms.untracked.string(''))