Functions
IgProfInfo Namespace Reference
Functions
def
customise
(
process
)
Function Documentation
◆
customise()
def IgProfInfo.customise
(
process
)
Definition at line
2
of file
IgProfInfo.py
.
2
def
customise
(process):
3
4
#Add the configuration for the Igprof running to dump profile snapshots:
5
process.IgProfService = cms.Service(
"IgProfService"
,
6
reportFirstEvent = cms.untracked.int32(1),
#Dump first event for baseline studies
7
reportEventInterval = cms.untracked.int32( ((process.maxEvents.input.value()-1)/2) ),
# dump in the middle of the run
8
reportToFileAtPostEvent = cms.untracked.string(
"| gzip -c > IgProf.%I.gz"
)
9
)
10
11
return
(process)
References
mathSSE.return()
.
mathSSE::return
return((rh ^ lh) &mask)
IgProfInfo.customise
def customise(process)
Definition:
IgProfInfo.py:2
Generated for CMSSW Reference Manual by
1.8.16