CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/SimTracker/TrackHistory/python/Playback_cff.py

Go to the documentation of this file.
00001 # Playback file
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 # Playback
00005 from Configuration.StandardSequences.Services_cff import *
00006 del RandomNumberGeneratorService.generator
00007 RandomNumberGeneratorService.restoreStateLabel = cms.untracked.string('randomEngineStateProducer')
00008 from SimGeneral.MixingModule.mixNoPU_cfi import *
00009 mix.playback = cms.untracked.bool(True)
00010 
00011 # TrackingTruth
00012 from Configuration.StandardSequences.Digi_cff import *
00013 from Configuration.StandardSequences.RawToDigi_cff import *
00014 from SimGeneral.TrackingAnalysis.trackingParticles_cfi import *
00015 
00016 # Tracking truth and SiStrip(Pixel)DigiSimLinks
00017 trackingTruth = cms.Sequence(mix * doAllDigi * trackingParticles)
00018 
00019 # Reconstruction
00020 playback = cms.Sequence(RawToDigi * trackingTruth)
00021