CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimGeneral/PileupInformation/python/AddPileupSummary_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #pileupSummary = cms.EDProducer("PileupInformation",
00004 addPileupInfo = cms.EDProducer("PileupInformation",
00005 
00006     TrackingParticlesLabel = cms.string('mergedtruth'),
00007     PileupMixingLabel = cms.string('mix'),
00008     simHitLabel = cms.string('g4SimHits'),
00009     volumeRadius = cms.double(1200.0),
00010     vertexDistanceCut = cms.double(0.003),
00011     volumeZ = cms.double(3000.0),
00012     pTcut_1 = cms.double(0.1),
00013     pTcut_2 = cms.double(0.5)                               
00014 
00015 )
00016 
00017 #addPileupInfo = cms.Sequence(pileupSummary)