CMS 3D CMS Logo

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

Variables

tuple bspvanalyzer
 

Variable Documentation

tuple bspvanalyzer_cfi.bspvanalyzer
Initial value:
1 = cms.EDAnalyzer('BSvsPVAnalyzer',
2  pvCollection = cms.InputTag("offlinePrimaryVertices"),
3  bsCollection = cms.InputTag("offlineBeamSpot"),
4  firstOnly = cms.untracked.bool(False),
5  bspvHistogramMakerPSet = cms.PSet(
6  useSlope = cms.bool(True),
7  trueOnly = cms.untracked.bool(True),
8  maxLSBeforeRebin = cms.uint32(100),
9  histoParameters = cms.untracked.PSet(
10  nBinX = cms.untracked.uint32(200), xMin=cms.untracked.double(-0.1), xMax=cms.untracked.double(0.1),
11  nBinY = cms.untracked.uint32(200), yMin=cms.untracked.double(-0.1), yMax=cms.untracked.double(0.1),
12  nBinZ = cms.untracked.uint32(200), zMin=cms.untracked.double(-30.), zMax=cms.untracked.double(30.),
13  nBinZProfile = cms.untracked.uint32(60), zMinProfile=cms.untracked.double(-30.), zMaxProfile=cms.untracked.double(30.)
14  )
15  )
16  )

Definition at line 3 of file bspvanalyzer_cfi.py.