CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/IgTools/IgProf/python/IgProfTrigger.py

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(''), #"|gzip -c>igprof.begin-job.gz"
00006   reportToFileAtEndJob    = cms.untracked.string(''), #"|gzip -c>igprof.end-job.gz"
00007   reportToFileAtBeginLumi = cms.untracked.string(''), #"|gzip -c>igprof.%I.%E.%L.%R.begin-lumi.gz"
00008   reportToFileAtEndLumi   = cms.untracked.string(''), #"|gzip -c>igprof.%I.%E.%L.%R.end-lumi.gz"
00009   reportToFileAtInputFile = cms.untracked.string(''), #"|gzip -c>igprof.%I.%F.file.gz"
00010   reportToFileAtEvent     = cms.untracked.string('')) #"|gzip -c>igprof.%I.%E.%L.%R.event.gz"