CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimGeneral/MixingModule/python/mixHighLumPU_4sources_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # E33 cm-2s-1
00004 # mb
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 # this is the configuration to model pileup in the low-luminosity phase
00008 # here we have an example with 4 input sources
00009 # but you are free to put only those you need
00010 # or you can replace the type by "none" for a source you dont want
00011 # please note that the names of the input sources are fixed: 'input', 'cosmics', 'beamhalo_minus', 'beamhalo_plus'
00012 #
00013 # we have put minbias files for all the sources, just as an example
00014 #
00015 from SimGeneral.MixingModule.mixObjects_cfi import * 
00016 from SimGeneral.MixingModule.mixPoolSource_cfi import * 
00017 
00018 mix = cms.EDProducer("MixingModule",
00019     LabelPlayback = cms.string(''),
00020     maxBunch = cms.int32(3),
00021     minBunch = cms.int32(-5), ## in units of 25 nsec
00022 
00023     bunchspace = cms.int32(25), ## nsec
00024     mixProdStep1 = cms.bool(False),
00025     mixProdStep2 = cms.bool(False),
00026 
00027     playback = cms.untracked.bool(False),
00028     useCurrentProcessOnly = cms.bool(False),
00029     input = cms.SecSource("PoolSource",
00030         nbPileupEvents = cms.PSet(
00031             sigmaInel = cms.double(80.0),
00032             Lumi = cms.double(10.)
00033         ),
00034         type = cms.string('poisson'),
00035         sequential = cms.untracked.bool(False),
00036         fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root',
00037         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
00038         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
00039         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
00040         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
00041         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
00042     ),
00043     cosmics = cms.SecSource("PoolSource",
00044         nbPileupEvents = cms.PSet(
00045             averageNumber = cms.double(1.6625e-05)
00046         ),
00047         seed = cms.int32(2345678),
00048         type = cms.string('poisson'),
00049         sequential = cms.untracked.bool(False),
00050         fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root',
00051         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
00052         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
00053         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
00054         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
00055         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
00056      ),
00057     beamhalo_minus = cms.SecSource("PoolSource",
00058         nbPileupEvents = cms.PSet(
00059             averageNumber = cms.double(0.00040503)
00060         ),
00061         seed = cms.int32(3456789),
00062         type = cms.string('poisson'),
00063         sequential = cms.untracked.bool(False),
00064         fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root',
00065         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
00066         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
00067         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
00068         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
00069         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
00070      ),
00071     beamhalo_plus = cms.SecSource("PoolSource",
00072         nbPileupEvents = cms.PSet(
00073             averageNumber = cms.double(0.00040503)
00074         ),
00075         seed = cms.int32(3456789),
00076         type = cms.string('poisson'),
00077         sequential = cms.untracked.bool(False),
00078         fileNames = cms.untracked.vstring('/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/18890F4C-FD99-DD11-BFF9-000423D996C8.root',
00079         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
00080         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
00081         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
00082         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
00083         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
00084                                           
00085     ),
00086     mixObjects = cms.PSet(
00087         mixCH = cms.PSet(
00088             mixCaloHits
00089         ),
00090         mixTracks = cms.PSet(
00091             mixSimTracks
00092         ),
00093         mixVertices = cms.PSet(
00094             mixSimVertices
00095         ),
00096         mixSH = cms.PSet(
00097             mixSimHits
00098         ),
00099         mixHepMC = cms.PSet(
00100             mixHepMCProducts
00101         )
00102     )
00103 )
00104 
00105