CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AddPileupSummary_cfi.py
Go to the documentation of this file.
2 
3 #pileupSummary = cms.EDProducer("PileupInformation",
4 addPileupInfo = cms.EDProducer("PileupInformation",
5 
6  TrackingParticlesLabel = cms.string('mergedtruth'),
7  simHitLabel = cms.string('g4SimHits'),
8  volumeRadius = cms.double(1200.0),
9  vertexDistanceCut = cms.double(0.003),
10  volumeZ = cms.double(3000.0),
11  pTcut_1 = cms.double(0.1),
12  pTcut_2 = cms.double(0.5)
13 
14 )
15 
16 #addPileupInfo = cms.Sequence(pileupSummary)