CMS 3D CMS Logo

Functions

IgProfInfo Namespace Reference

Functions

def customise

Function Documentation

def IgProfInfo::customise (   process)

Definition at line 2 of file IgProfInfo.py.

00003                       :
00004 
00005     #Add the configuration for the Igprof running to dump profile snapshots:
00006     process.IgProfService = cms.Service("IgProfService",
00007         reportFirstEvent            = cms.untracked.int32(1),  #Dump first event for baseline studies
00008         reportEventInterval         = cms.untracked.int32( ((process.maxEvents.input.value()-1)/2) ), # dump in the middle of the run
00009         reportToFileAtPostEvent     = cms.untracked.string("| gzip -c > IgProf.%I.gz")
00010         )
00011     
00012     return(process)