CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Playback_cff.py
Go to the documentation of this file.
1 # Playback file
2 import FWCore.ParameterSet.Config as cms
3 
4 # Playback
6 del RandomNumberGeneratorService.generator
7 RandomNumberGeneratorService.restoreStateLabel = cms.untracked.string('randomEngineStateProducer')
9 mix.playback = cms.untracked.bool(True)
10 
11 # TrackingTruth
15 
16 # Tracking truth and SiStrip(Pixel)DigiSimLinks
17 trackingTruth = cms.Sequence(mix * doAllDigi * trackingParticles)
18 
19 # Reconstruction
20 playback = cms.Sequence(RawToDigi * trackingTruth)
21 
General track re-fitting includes (don't load dtGeometry_cfi or cscGeometry_cfi because it's provided...