Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:06:42

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ssclusmulttimecorrelations = cms.EDAnalyzer('MultiplicityTimeCorrelations',
0004                           wantedSubDets = cms.untracked.VPSet(    
0005                             cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"),  binMax = cms.int32(9523712/64), phasePartition = cms.untracked.string("All")),
0006                             cms.PSet(detSelection = cms.uint32(3),detLabel = cms.string("TIB"), binMax = cms.int32(1787904/64), phasePartition = cms.untracked.string("TI")),
0007                             cms.PSet(detSelection = cms.uint32(4),detLabel = cms.string("TID"), binMax = cms.int32( 565248/64), phasePartition = cms.untracked.string("TI")),
0008                             cms.PSet(detSelection = cms.uint32(5),detLabel = cms.string("TOB"), binMax = cms.int32(3303936/64), phasePartition = cms.untracked.string("TO")),
0009                             cms.PSet(detSelection = cms.uint32(6),detLabel = cms.string("TEC"), binMax = cms.int32(3866624/64), phasePartition = cms.untracked.string("TP"))
0010                          ),
0011                                          hitName = cms.untracked.string("cluster"),
0012                                          historyProduct = cms.InputTag("froml1abcHEs"),
0013                                          apvPhaseCollection = cms.InputTag("APVPhases"),
0014                                          multiplicityMap = cms.InputTag("ssclustermultprod"),
0015                                          scaleFactors = cms.untracked.vint32(10),
0016                                          numberOfBins = cms.untracked.int32(500),
0017                                          corrNbins = cms.untracked.int32(1000),
0018                                          lowedgeOrbit = cms.untracked.int32(-1),
0019                                          highedgeOrbit = cms.untracked.int32(-1),
0020                                          minDBX = cms.untracked.int32(-1),
0021                                          minTripletDBX = cms.untracked.int32(-1),
0022                                          dbxBins = cms.untracked.vint32()
0023                                       )
0024