CMS 3D CMS Logo

mixInitialLumPU_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 # configuration to model pileup for initial physics phase
00008 from SimGeneral.MixingModule.mixObjects_cfi import *
00009 mix = cms.EDFilter("MixingModule",
00010     LabelPlayback = cms.string(''),
00011     maxBunch = cms.int32(3),
00012     minBunch = cms.int32(-5), ## in terms of 25 nsec
00013 
00014     bunchspace = cms.int32(75), ##ns
00015 
00016     playback = cms.untracked.bool(False),
00017     input = cms.SecSource("PoolSource",
00018         nbPileupEvents = cms.PSet(
00019             sigmaInel = cms.double(80.0),
00020             Lumi = cms.double(0.5)
00021         ),
00022         seed = cms.int32(1234567),
00023         type = cms.string('poisson'),
00024         fileNames = cms.untracked.vstring('/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/00233C31-5806-DD11-9DDC-001617DBD5B2.root', 
00025             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/3469E801-5C06-DD11-93DC-00304885AE42.root', 
00026             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/52B1C4F8-5406-DD11-8031-00304885B130.root', 
00027             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/6012E6A6-6106-DD11-B9C6-003048562890.root', 
00028             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/66D7FE91-5606-DD11-A3C7-00304885A74E.root', 
00029             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/B6CDB304-5706-DD11-B9E4-001617C3B76E.root', 
00030             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/DC900058-5506-DD11-96DD-000423D98AF0.root', 
00031             '/store/relval/2008/4/9/RelVal-RelValMinBias-1207754630/0002/F80E6D8B-5706-DD11-B8A9-001617C3B76E.root')
00032     ),
00033     mixObjects = cms.PSet(
00034         mixCH = cms.PSet(
00035             mixCaloHits
00036         ),
00037         mixTracks = cms.PSet(
00038             mixSimTracks
00039         ),
00040         mixVertices = cms.PSet(
00041             mixSimVertices
00042         ),
00043         mixSH = cms.PSet(
00044             mixSimHits
00045         ),
00046         mixHepMC = cms.PSet(
00047             mixHepMCProducts
00048         )
00049     )
00050 )
00051 
00052 

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