CMS 3D CMS Logo

Functions
customizePixelTracksForProfiling Namespace Reference

Functions

def customizePixelTracksForProfiling (process)
 

Function Documentation

def customizePixelTracksForProfiling.customizePixelTracksForProfiling (   process)

Definition at line 3 of file customizePixelTracksForProfiling.py.

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