CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoEgamma/PhotonIdentification/python/mipVariable_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 mipVariable = cms.PSet(
00005     #required inputs
00006     ComponentName = cms.string('mipVariable'),
00007 
00008     barrelEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEB'),
00009     endcapEcalRecHitCollection = cms.InputTag('ecalRecHit:EcalRecHitsEE'),
00010 
00011     #some of the variables use to get mipHalo bool
00012     # These values could be improved with further study
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