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  PileupMixingLabel = cms.string('mix'),
8  simHitLabel = cms.string('g4SimHits'),
9  volumeRadius = cms.double(1200.0),
10  vertexDistanceCut = cms.double(0.003),
11  volumeZ = cms.double(3000.0),
12  pTcut_1 = cms.double(0.1),
13  pTcut_2 = cms.double(0.5)
14 
15 )
16 
17 #addPileupInfo = cms.Sequence(pileupSummary)