CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ssclusmultinvestigatorwithvtx_cfi.py
Go to the documentation of this file.
2 
3 ssclusmultinvestigatorwithvtx = cms.EDAnalyzer('MultiplicityInvestigator',
4  vertexCollection = cms.InputTag("offlinePrimaryVertices"),
5  wantInvestHist = cms.bool(True),
6  wantVtxCorrHist = cms.bool(True),
7  wantLumiCorrHist = cms.bool(False),
8  wantPileupCorrHist = cms.bool(False),
9  digiLumiCorrConfig = cms.PSet(lumiProducer=cms.InputTag("")),
10  digiPileupCorrConfig = cms.PSet(
11  pileupSummaryCollection=cms.InputTag(""),
12  useVisibleVertices = cms.bool(False)
13  ),
14  digiVtxCorrConfig = cms.PSet(
15  wantedSubDets = cms.untracked.VPSet(
16  cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"), binMax = cms.int32(9523712/64))
17  ),
18  hitName = cms.untracked.string("cluster"),
19  numberOfBins = cms.untracked.int32(100),
20  scaleFactor = cms.untracked.int32(10)
21  ),
22  wantedSubDets = cms.untracked.VPSet(
23  cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"), binMax = cms.int32(9523712/64)),
24  cms.PSet(detSelection = cms.uint32(3),detLabel = cms.string("TIB"), binMax = cms.int32(1787904/64)),
25  cms.PSet(detSelection = cms.uint32(4),detLabel = cms.string("TID"), binMax = cms.int32( 565248/64)),
26  cms.PSet(detSelection = cms.uint32(5),detLabel = cms.string("TOB"), binMax = cms.int32(3303936/64)),
27  cms.PSet(detSelection = cms.uint32(6),detLabel = cms.string("TEC"), binMax = cms.int32(3866624/64))
28  ),
29  hitName = cms.untracked.string("cluster"),
30  multiplicityMap = cms.InputTag("ssclustermultprod"),
31  numberOfBins = cms.untracked.int32(500),
32  orbitNbin = cms.untracked.int32(1800),
33  scaleFactor = cms.untracked.int32(10)
34  )
35