/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/TrackingAnalysis/python/trackingParticlesFastSim_cfi.py
35 строк
1 KB
Simon Kurz
started hacking the python configs
08 фев 2018, 13:54
08 фев 2018, 13:54
ca6eb56
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms import FWCore.ParameterSet.Config as cms mergedtruth = cms.EDProducer("TrackingTruthProducer", mixLabel = cms.string('mix'), # note: to become mixHits when the new sequences with mixing at SIM and RECO levels will be default simHitLabel = cms.string('fastSimProducer'), volumeRadius = cms.double(1200.0), vertexDistanceCut = cms.double(0.003), volumeZ = cms.double(3000.0), mergedBremsstrahlung = cms.bool(True), removeDeadModules = cms.bool(False), HepMCDataLabels = cms.vstring('generatorSmeared', 'generator', 'PythiaSource', 'source' ), useMultipleHepMCLabels = cms.bool(False), simHitCollections = cms.PSet( tracker = cms.vstring ( 'fastSimProducerTrackerHits' ), muon = cms.vstring ( 'MuonSimHitsMuonDTHits', 'MuonSimHitsMuonCSCHits', 'MuonSimHitsMuonRPCHits' ) ) ) trackingParticles = cms.Sequence(mergedtruth)