CMS 3D CMS Logo

mixLowLumPU_5sources_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 from SimGeneral.MixingModule.mixObjects_cfi import *
00014 mix = cms.EDFilter("MixingModule",
00015     LabelPlayback = cms.string(''),
00016     beamhalo_minus = cms.SecSource("PoolSource",
00017         nbPileupEvents = cms.PSet(
00018             averageNumber = cms.double(5.0)
00019         ),
00020         seed = cms.int32(3456789),
00021         type = cms.string('poisson'),
00022         fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root', 
00023             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root', 
00024             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root', 
00025             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root', 
00026             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root', 
00027             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root', 
00028             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root', 
00029             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
00030     ),
00031     cosmics = cms.SecSource("PoolSource",
00032         nbPileupEvents = cms.PSet(
00033             averageNumber = cms.double(5.0)
00034         ),
00035         seed = cms.int32(2345678),
00036         type = cms.string('poisson'),
00037         fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root', 
00038             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root', 
00039             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root', 
00040             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root', 
00041             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root', 
00042             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root', 
00043             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root', 
00044             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
00045     ),
00046     maxBunch = cms.int32(3),
00047     playback = cms.untracked.bool(False),
00048     minBunch = cms.int32(-5), ## in units of 25 nsec
00049 
00050     bunchspace = cms.int32(25), ## nsec
00051 
00052     beamhalo_plus = cms.SecSource("PoolSource",
00053         nbPileupEvents = cms.PSet(
00054             averageNumber = cms.double(5.0)
00055         ),
00056         seed = cms.int32(3456789),
00057         type = cms.string('poisson'),
00058         fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root', 
00059             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root', 
00060             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root', 
00061             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root', 
00062             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root', 
00063             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root', 
00064             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root', 
00065             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
00066     ),
00067     forwardDetectors = cms.SecSource("PoolSource",
00068         nbPileupEvents = cms.PSet(
00069             averageNumber = cms.double(5.0)
00070         ),
00071         seed = cms.int32(3456789),
00072         type = cms.string('poisson'),
00073         fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root', 
00074             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root', 
00075             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root', 
00076             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root', 
00077             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root', 
00078             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root', 
00079             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root', 
00080             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
00081     ),
00082     input = cms.SecSource("PoolSource",
00083         nbPileupEvents = cms.PSet(
00084             sigmaInel = cms.double(80.0),
00085             Lumi = cms.double(2.0)
00086         ),
00087         seed = cms.int32(1234567),
00088         type = cms.string('poisson'),
00089         fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root', 
00090             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root', 
00091             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root', 
00092             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root', 
00093             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root', 
00094             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root', 
00095             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root', 
00096             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
00097     ),
00098     mixObjects = cms.PSet(
00099         mixCH = cms.PSet(
00100             mixCaloHits
00101         ),
00102         mixTracks = cms.PSet(
00103             mixSimTracks
00104         ),
00105         mixVertices = cms.PSet(
00106             mixSimVertices
00107         ),
00108         mixSH = cms.PSet(
00109             mixSimHits
00110         ),
00111         mixHepMC = cms.PSet(
00112             mixHepMCProducts
00113         )
00114     )
00115 )
00116 
00117 

Generated on Tue Jun 9 17:47:28 2009 for CMSSW by  doxygen 1.5.4