CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IgProfTrigger.py
Go to the documentation of this file.
2 
3 igprof = cms.EDAnalyzer("IgProfModule",
4  reportEventInterval = cms.untracked.int32(0),
5  reportToFileAtBeginJob = cms.untracked.string(''), #"|gzip -c>igprof.begin-job.gz"
6  reportToFileAtEndJob = cms.untracked.string(''), #"|gzip -c>igprof.end-job.gz"
7  reportToFileAtBeginLumi = cms.untracked.string(''), #"|gzip -c>igprof.%I.%E.%L.%R.begin-lumi.gz"
8  reportToFileAtEndLumi = cms.untracked.string(''), #"|gzip -c>igprof.%I.%E.%L.%R.end-lumi.gz"
9  reportToFileAtInputFile = cms.untracked.string(''), #"|gzip -c>igprof.%I.%F.file.gz"
10  reportToFileAtEvent = cms.untracked.string('')) #"|gzip -c>igprof.%I.%E.%L.%R.event.gz"