CMS 3D CMS Logo

ssdigimulttimecorrelations_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ssdigimulttimecorrelations = cms.EDAnalyzer('MultiplicityTimeCorrelations',
4  wantedSubDets = cms.untracked.VPSet(
5  cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"), binMax = cms.int32(9523712), phasePartition = cms.untracked.string("All")),
6  cms.PSet(detSelection = cms.uint32(3),detLabel = cms.string("TIB"), binMax = cms.int32(1787904), phasePartition = cms.untracked.string("TI")),
7  cms.PSet(detSelection = cms.uint32(4),detLabel = cms.string("TID"), binMax = cms.int32( 565248), phasePartition = cms.untracked.string("TI")),
8  cms.PSet(detSelection = cms.uint32(5),detLabel = cms.string("TOB"), binMax = cms.int32(3303936), phasePartition = cms.untracked.string("TO")),
9  cms.PSet(detSelection = cms.uint32(6),detLabel = cms.string("TEC"), binMax = cms.int32(3866624), phasePartition = cms.untracked.string("TP"))
10  ),
11  hitName = cms.untracked.string("digi"),
12  historyProduct = cms.InputTag("froml1abcHEs"),
13  apvPhaseCollection = cms.InputTag("APVPhases"),
14  multiplicityMap = cms.InputTag("ssdigimultprod"),
15  scaleFactors = cms.untracked.vint32(5,250,750),
16  corrNbins = cms.untracked.int32(1000),
17  lowedgeOrbit = cms.untracked.int32(-1),
18  highedgeOrbit = cms.untracked.int32(-1),
19  minDBX = cms.untracked.int32(-1),
20  minTripletDBX = cms.untracked.int32(-1),
21  dbxBins = cms.untracked.vint32(-1,144,148)
22  )
23