CMS 3D CMS Logo

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