Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 ssclusmultinvestigatorwithvtx = cms.EDAnalyzer('MultiplicityInvestigator',
00004 vertexCollection = cms.InputTag("offlinePrimaryVertices"),
00005 wantInvestHist = cms.bool(True),
00006 wantVtxCorrHist = cms.bool(True),
00007 wantLumiCorrHist = cms.bool(False),
00008 wantPileupCorrHist = cms.bool(False),
00009 digiLumiCorrConfig = cms.PSet(lumiProducer=cms.InputTag("")),
00010 digiPileupCorrConfig = cms.PSet(
00011 pileupSummaryCollection=cms.InputTag(""),
00012 useVisibleVertices = cms.bool(False)
00013 ),
00014 digiVtxCorrConfig = cms.PSet(
00015 wantedSubDets = cms.untracked.VPSet(
00016 cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"), binMax = cms.int32(9523712/64))
00017 ),
00018 hitName = cms.untracked.string("cluster"),
00019 numberOfBins = cms.untracked.int32(100),
00020 scaleFactor = cms.untracked.int32(10)
00021 ),
00022 wantedSubDets = cms.untracked.VPSet(
00023 cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"), binMax = cms.int32(9523712/64)),
00024 cms.PSet(detSelection = cms.uint32(3),detLabel = cms.string("TIB"), binMax = cms.int32(1787904/64)),
00025 cms.PSet(detSelection = cms.uint32(4),detLabel = cms.string("TID"), binMax = cms.int32( 565248/64)),
00026 cms.PSet(detSelection = cms.uint32(5),detLabel = cms.string("TOB"), binMax = cms.int32(3303936/64)),
00027 cms.PSet(detSelection = cms.uint32(6),detLabel = cms.string("TEC"), binMax = cms.int32(3866624/64))
00028 ),
00029 hitName = cms.untracked.string("cluster"),
00030 multiplicityMap = cms.InputTag("ssclustermultprod"),
00031 numberOfBins = cms.untracked.int32(500),
00032 orbitNbin = cms.untracked.int32(1800),
00033 scaleFactor = cms.untracked.int32(10)
00034 )
00035