CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DPGAnalysis/SiStripTools/python/ssclusmultinvestigator_cfi.py

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