CMS 3D CMS Logo

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

Variables

tuple primaryvertexanalyzer
 

Variable Documentation

tuple anotherprimaryvertexanalyzer_cfi.primaryvertexanalyzer
Initial value:
1 = cms.EDAnalyzer('AnotherPrimaryVertexAnalyzer',
2  pvCollection = cms.InputTag("offlinePrimaryVertices"),
3  firstOnly = cms.untracked.bool(False),
4  vHistogramMakerPSet = cms.PSet(
5  trueOnly = cms.untracked.bool(True),
6  maxLSBeforeRebin = cms.uint32(100),
7  weightThreshold = cms.untracked.double(0.5),
8  bsConstrained = cms.bool(False),
9  histoParameters = cms.untracked.PSet(
10  nBinX = cms.untracked.uint32(200), xMin=cms.untracked.double(-1.), xMax=cms.untracked.double(1.),
11  nBinY = cms.untracked.uint32(200), yMin=cms.untracked.double(-1.), yMax=cms.untracked.double(1.),
12  nBinZ = cms.untracked.uint32(200), zMin=cms.untracked.double(-20.), zMax=cms.untracked.double(20.)
13  )
14  ),
15  usePrescaleWeight = cms.bool(False),
16  prescaleWeightProviderPSet = cms.PSet(
17  prescaleWeightVerbosityLevel = cms.uint32( 0 ),
18  prescaleWeightTriggerResults = cms.InputTag( "TriggerResults::HLT" ),
19  prescaleWeightL1GtTriggerMenuLite = cms.InputTag( "l1GtTriggerMenuLite" ),
20  prescaleWeightHltPaths = cms.vstring()
21  )
22  )

Definition at line 3 of file anotherprimaryvertexanalyzer_cfi.py.