Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 mipVariable = cms.PSet(
00005
00006 ComponentName = cms.string('mipVariable'),
00007
00008 barrelEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEB'),
00009 endcapEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEE'),
00010
00011
00012
00013 YRangeFit = cms.double(7.0),
00014 XRangeFit = cms.double(180.0),
00015 ResidualWidth = cms.double(0.23),
00016 HaloDiscThreshold = cms.double(70.0)
00017 )
00018
00019