Skip to content

Commit

Permalink
Compatibility with cms-sw#10477
Browse files Browse the repository at this point in the history
  • Loading branch information
usarica committed Sep 10, 2015
1 parent 0c9679a commit 6457f2d
Showing 1 changed file with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,29 @@
parSmear = cms.vdouble(),
### taken from J/Psi #########################
ResolFitType = cms.int32(14),
parResol = cms.vdouble(0.007,0.015, -0.00077, 0.0063, 0.0018, 0.0164),
parResolFix = cms.vint32(0, 0, 0,0, 0,0),
parResolOrder = cms.vint32(0, 0, 0, 0, 0, 0),
# ResolFitType = cms.int32(14),
# parResol = cms.vdouble(0.007,0.015, -0.00077, 0.0063, 0.0018, 0.0164),
# parResolFix = cms.vint32(0, 0, 0,0, 0,0),
# parResolOrder = cms.vint32(0, 0, 0, 0, 0, 0),
ResolFitType = cms.int32(0),
parResol = cms.vdouble(0),
parResolFix = cms.vint32(0),
parResolOrder = cms.vint32(0),
# -------------------- #
# Scale fit parameters #
# -------------------- #
# -----------------------------------------------------------------------------------
ScaleFitType = cms.int32(18),
parScaleOrder = cms.vint32(0, 0, 0, 0),
parScaleFix = cms.vint32(0, 0, 0, 0),
parScale = cms.vdouble(1, 1, 1, 1),
# ScaleFitType = cms.int32(18),
# parScaleOrder = cms.vint32(0, 0, 0, 0),
# parScaleFix = cms.vint32(0, 0, 0, 0),
# parScale = cms.vdouble(1, 1, 1, 1),
ScaleFitType = cms.int32(0),
parScaleOrder = cms.vint32(0),
parScaleFix = cms.vint32(0),
parScale = cms.vdouble(0),
Expand Down

0 comments on commit 6457f2d

Please sign in to comment.