/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/DataMixingModule/test/mm_deb.cfg
46 строк
2 KB
Simon Kurz
replaced fastSimProducer for famosSimHits everywhere
08 фев 2018, 14:03
08 фев 2018, 14:03
417c651
Код
Авторство
О чём код?
process PRODMIX = { include "SimGeneral/DataMixingModule/data/mixOne_sim.cfi" service = RandomNumberGeneratorService { PSet moduleSeeds = { untracked uint32 mix = 12345 } } service = Tracer { untracked string indention = "$$"} source = PoolSource { untracked vstring fileNames = {'file:/afs/cern.ch/user/m/mikeh/cms/CMSSW_2_1_X_2008-05-12-1600/src/Configuration/Examples/data/PhysValWDigi-DiMuon-Ene30.root'} # untracked vstring fileNames = {'file:/afs/cern.ch/user/m/mikeh/cms/CMSSW_2_0_0_pre2/src/Configuration/Examples/data/PhysValWDigi-DiElectron-Ene30.root'} # untracked vstring fileNames = {'rfio:/castor/cern.ch/user/b/beaudett/TauEvents-Pythia-CMSSW150.root'} # untracked vstring fileNames = {'rfio:/castor/cern.ch/cms//store/RelVal/2007/7/11/RelVal-RelVal160pre4SingleEPt35-1184176348/0000/5EF3794C-7530-DC11-833F-000423D6C8EE.root' } # {'rfio:/castor/cern.ch/cms/store/mc/2007/9/11/RelVal-RelValSingleElectronPt35-1189521644/0000/4299AD63-5661-DC11-800C-001731AF6867.root'} } untracked PSet maxEvents = {untracked int32 input = 3} include "Configuration/EventContent/data/EventContent.cff" module FEVT = PoolOutputModule { # using FEVTSIMDIGIEventContent untracked string fileName = 'file:MixTest.root' untracked vstring outputCommands = {"keep *"} } module dump = EventContentAnalyzer {} path p = { mix & dump } endpath outpath = { FEVT } # service = MessageLogger { # untracked vstring debugModules = { "BMixingModule" } # untracked vstring destinations = { "messages" } # } # replace mix.Label="fastSimProducer" # replace mix.input.nbPileupEvents = {double averageNumber=1} # replace mix.input.type = "fixed" schedule = {p, outpath} }