CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
IgProfInfo Namespace Reference

Functions

def customise
 

Function Documentation

def IgProfInfo.customise (   process)

Definition at line 2 of file IgProfInfo.py.

References reco.return().

2 
3 def customise(process):
4 
5  #Add the configuration for the Igprof running to dump profile snapshots:
6  process.IgProfService = cms.Service("IgProfService",
7  reportFirstEvent = cms.untracked.int32(1), #Dump first event for baseline studies
8  reportEventInterval = cms.untracked.int32( ((process.maxEvents.input.value()-1)/2) ), # dump in the middle of the run
9  reportToFileAtPostEvent = cms.untracked.string("| gzip -c > IgProf.%I.gz")
10  )
11 
12  return(process)
return(e1-e2)*(e1-e2)+dp *dp
def customise
Definition: IgProfInfo.py:2