/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimTracker/TrackHistory/python/Playback_cff.py
20 строк
741 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
# Playback file import FWCore.ParameterSet.Config as cms # Playback from Configuration.StandardSequences.Services_cff import * del RandomNumberGeneratorService.generator RandomNumberGeneratorService.restoreStateLabel = cms.untracked.string('randomEngineStateProducer') from SimGeneral.MixingModule.mixNoPU_cfi import * mix.playback = cms.untracked.bool(True) # TrackingTruth from Configuration.StandardSequences.Digi_cff import * from Configuration.StandardSequences.RawToDigi_cff import * from SimGeneral.TrackingAnalysis.trackingParticles_cfi import * # Tracking truth and SiStrip(Pixel)DigiSimLinks trackingTruth = cms.Sequence(mix * doAllDigi * trackingParticles) # Reconstruction playback = cms.Sequence(RawToDigi * trackingTruth)