Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:38

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 # E33 cm-2s-1
0004 # mb
0005 import FWCore.ParameterSet.Config as cms
0006 
0007 # this is the configuration to model pileup in the low-luminosity phase
0008 # here we have an example with 4 input sources
0009 # but you are free to put only those you need
0010 # or you can replace the type by "none" for a source you dont want
0011 # please note that the names of the input sources are fixed: 'input', 'cosmics', 'beamhalo_minus', 'beamhalo_plus'
0012 #
0013 from SimGeneral.MixingModule.mixObjects_cfi import *
0014 from SimGeneral.MixingModule.digitizers_cfi import *
0015 
0016 mix = cms.EDProducer("MixingModule",
0017     digitizers = cms.PSet(theDigitizers),
0018     LabelPlayback = cms.string(''),
0019     maxBunch = cms.int32(3),
0020     minBunch = cms.int32(-5), ## in units of 25 nsec
0021 
0022     bunchspace = cms.int32(25), ## nsec
0023     mixProdStep1 = cms.bool(False),
0024     mixProdStep2 = cms.bool(False),
0025 
0026     playback = cms.untracked.bool(False),
0027     useCurrentProcessOnly = cms.bool(False),
0028     input = cms.SecSource("EmbeddedRootSource",
0029         nbPileupEvents = cms.PSet(
0030             sigmaInel = cms.double(80.0),
0031             Lumi = cms.double(2.8)
0032         ),
0033         type = cms.string('poisson'),
0034     sequential = cms.untracked.bool(False),
0035         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',
0036         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
0037         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
0038         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
0039         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
0040         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
0041     ),
0042     cosmics = cms.SecSource("EmbeddedRootSource",
0043         nbPileupEvents = cms.PSet(
0044             averageNumber = cms.double(1.6625e-05)
0045         ),
0046         seed = cms.int32(2345678),
0047         type = cms.string('poisson'),
0048     sequential = cms.untracked.bool(False),
0049         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',
0050         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
0051         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
0052         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
0053         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
0054         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
0055     ),
0056     beamhalo_minus = cms.SecSource("EmbeddedRootSource",
0057         nbPileupEvents = cms.PSet(
0058             averageNumber = cms.double(0.00040503)
0059         ),
0060         seed = cms.int32(3456789),
0061         type = cms.string('poisson'),
0062     sequential = cms.untracked.bool(False),
0063         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',
0064         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
0065         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
0066         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
0067         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
0068         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
0069     ),
0070     beamhalo_plus = cms.SecSource("EmbeddedRootSource",
0071         nbPileupEvents = cms.PSet(
0072             averageNumber = cms.double(0.00040503)
0073         ),
0074         seed = cms.int32(3456789),
0075         type = cms.string('poisson'),
0076     sequential = cms.untracked.bool(False),
0077         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',
0078         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/1A423C16-6099-DD11-9320-000423D9853C.root',
0079         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/5EDA8A7F-5D99-DD11-B1CD-001617C3B706.root',
0080         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/600D1E6A-5F99-DD11-A7D5-000423D9890C.root',
0081         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/68ECAE92-5F99-DD11-ACAB-000423D98E6C.root',
0082         '/store/relval/CMSSW_2_1_10/RelValMinBias/GEN-SIM-DIGI-RAW-HLTDEBUG/STARTUP_V7_v2/0000/8802D325-5E99-DD11-B858-000423D98A44.root')
0083     ),
0084     mixObjects = cms.PSet(theMixObjects)
0085 )
0086 
0087