Warning, /SimGeneral/DataMixingModule/test/mm.cfg is written in an unsupported language. File is not indexed.
0001
0002 process PRODMIX = {
0003
0004 include "SimGeneral/DataMixingModule/data/mixOne.cfi"
0005
0006 service = RandomNumberGeneratorService
0007 {
0008 PSet moduleSeeds = {
0009 untracked uint32 mix = 12345
0010 }
0011 }
0012
0013 service = Tracer { untracked string indention = "$$"}
0014
0015 source = PoolSource {
0016 untracked vstring fileNames = {'file:/afs/cern.ch/user/m/mikeh/cms/CMSSW_2_0_X_2008-01-31-1600/src/Configuration/Examples/data/PhysVal-DiElectron-Ene30.root'}
0017 # untracked vstring fileNames = {'rfio:/castor/cern.ch/user/b/beaudett/TauEvents-Pythia-CMSSW150.root'}
0018 # untracked vstring fileNames = {'rfio:/castor/cern.ch/cms//store/RelVal/2007/7/11/RelVal-RelVal160pre4SingleEPt35-1184176348/0000/5EF3794C-7530-DC11-833F-000423D6C8EE.root' }
0019 # {'rfio:/castor/cern.ch/cms/store/mc/2007/9/11/RelVal-RelValSingleElectronPt35-1189521644/0000/4299AD63-5661-DC11-800C-001731AF6867.root'}
0020 }
0021 untracked PSet maxEvents = {untracked int32 input = 3}
0022
0023 include "Configuration/EventContent/data/EventContent.cff"
0024 module FEVT = PoolOutputModule {
0025 # using FEVTSIMDIGIEventContent
0026 untracked string fileName = 'file:MixTest.root'
0027 untracked vstring outputCommands = {"keep *"}
0028 }
0029
0030 module dump = EventContentAnalyzer {}
0031
0032 path p = { mix & dump }
0033
0034 endpath outpath = { FEVT }
0035
0036 service = MessageLogger {
0037 untracked vstring debugModules = { "mix" }
0038 untracked vstring categories = { "DataMixingModule"}
0039
0040 untracked vstring destinations = { "cout" }
0041 untracked PSet cout = {
0042 untracked string threshold = "DEBUG"
0043 untracked PSet DEBUG ={untracked int32 limit = 0}
0044 untracked PSet MixingModule ={untracked int32 limit = 1000000000000}
0045 }
0046 }
0047 # replace mix.Label="fastSimProducer"
0048 # replace mix.input.nbPileupEvents = {double averageNumber=1}
0049 # replace mix.input.type = "fixed"
0050
0051 schedule = {p, outpath}
0052
0053 }
0054
0055