Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
Functions
IgProfInfo Namespace Reference
Functions
def
customise
(
process
)
Function Documentation
def
IgProfInfo.customise
(
process
)
Definition at line
2
of file
IgProfInfo.py
.
References
mathSSE.return()
.
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)
12
IgProfInfo.customise
def customise(process)
Definition:
IgProfInfo.py:2
mathSSE::return
return((rh^lh)&mask)
Generated for CMSSW Reference Manual by
1.8.11