Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
Functions
customizePixelTracksForProfiling Namespace Reference
Functions
def
customizePixelTracksForProfiling
(
process
)
Function Documentation
def
customizePixelTracksForProfiling.customizePixelTracksForProfiling
(
process
)
Definition at line
3
of file
customizePixelTracksForProfiling.py
.
3
def
customizePixelTracksForProfiling
(process):
4
process.out = cms.OutputModule(
"AsciiOutputModule"
,
5
outputCommands = cms.untracked.vstring(
6
"keep *_pixelTracks_*_*"
,
7
),
8
verbosity = cms.untracked.uint32(0),
9
)
10
11
process.outPath = cms.EndPath(process.out)
12
13
process.schedule = cms.Schedule(process.raw2digi_step, process.reconstruction_step, process.outPath)
14
15
return
process
16
customizePixelTracksForProfiling.customizePixelTracksForProfiling
def customizePixelTracksForProfiling(process)
Definition:
customizePixelTracksForProfiling.py:3
Generated for CMSSW Reference Manual by
1.8.11