CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mixNoPU_cfi.py
Go to the documentation of this file.
2 
4 mix = cms.EDProducer("MixingModule",
5  LabelPlayback = cms.string(''),
6  maxBunch = cms.int32(0),
7  minBunch = cms.int32(0),
8  bunchspace = cms.int32(25),
9  checktof = cms.bool(False),
10  playback = cms.untracked.bool(False),
11  mixProdStep1 = cms.bool(False),
12  mixProdStep2 = cms.bool(False),
13  mixObjects = cms.PSet(
14  mixSH = cms.PSet(
15  mixSimHits
16  ),
17  mixVertices = cms.PSet(
18  mixSimVertices
19  ),
20  mixCH = cms.PSet(
21  mixCaloHits
22  ),
23  mixMuonTracks = cms.PSet(
24  mixMuonSimTracks
25  ),
26  mixTracks = cms.PSet(
27  mixSimTracks
28  ),
29  mixHepMC = cms.PSet(
30  mixHepMCProducts
31  )
32  )
33 )
34 
35