Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
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