CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
ssclusmultinvestigator_cfi Namespace Reference

Variables

tuple ssclusmultinvestigator
 

Variable Documentation

tuple ssclusmultinvestigator_cfi.ssclusmultinvestigator
Initial value:
1 = cms.EDAnalyzer('MultiplicityInvestigator',
2  vertexCollection = cms.InputTag(""),
3  wantInvestHist = cms.bool(True),
4  wantVtxCorrHist = cms.bool(False),
5  wantLumiCorrHist = cms.bool(False),
6  wantPileupCorrHist = cms.bool(False),
7  digiVtxCorrConfig = cms.PSet(),
8  digiLumiCorrConfig = cms.PSet(lumiProducer=cms.InputTag("")),
9  digiPileupCorrConfig = cms.PSet(
10  pileupSummaryCollection=cms.InputTag(""),
11  useVisibleVertices = cms.bool(False)
12  ),
13  wantedSubDets = cms.untracked.VPSet(
14  cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("TK"), binMax = cms.int32(9523712/64)),
15  cms.PSet(detSelection = cms.uint32(3),detLabel = cms.string("TIB"), binMax = cms.int32(1787904/64)),
16  cms.PSet(detSelection = cms.uint32(4),detLabel = cms.string("TID"), binMax = cms.int32( 565248/64)),
17  cms.PSet(detSelection = cms.uint32(5),detLabel = cms.string("TOB"), binMax = cms.int32(3303936/64)),
18  cms.PSet(detSelection = cms.uint32(6),detLabel = cms.string("TEC"), binMax = cms.int32(3866624/64))
19  ),
20  hitName = cms.untracked.string("cluster"),
21  multiplicityMap = cms.InputTag("ssclustermultprod"),
22  numberOfBins = cms.untracked.int32(500),
23  maxLSBeforeRebin = cms.untracked.uint32(100),
24  startingLSFraction = cms.untracked.uint32(4),
25  scaleFactor = cms.untracked.int32(10)
26  )

Definition at line 3 of file ssclusmultinvestigator_cfi.py.