CMS 3D CMS Logo

Variables

IgProfTrigger Namespace Reference

Variables

tuple igprof

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("IgProfModule",
00002   reportEventInterval     = cms.untracked.int32(0),
00003   reportToFileAtBeginJob  = cms.untracked.string(''), #"|gzip -c>igprof.begin-job.gz"
00004   reportToFileAtEndJob    = cms.untracked.string(''), #"|gzip -c>igprof.end-job.gz"
00005   reportToFileAtBeginLumi = cms.untracked.string(''), #"|gzip -c>igprof.%I.%E.%L.%R.begin-lumi.gz"
00006   reportToFileAtEndLumi   = cms.untracked.string(''), #"|gzip -c>igprof.%I.%E.%L.%R.end-lumi.gz"
00007   reportToFileAtInputFile = cms.untracked.string(''), #"|gzip -c>igprof.%I.%F.file.gz"
00008   reportToFileAtEvent     = cms.untracked.string(''))

Definition at line 3 of file IgProfTrigger.py.