CMS 3D CMS Logo

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