CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoParticleFlow/PFClusterTools/python/CalibrationParametersECAL_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #--- initialize calibration parameters for energy deposits of electrons and photons in ECAL;
00004 #     E_calib =  pf_ECAL_calib_p0 + E_raw * pf_ECAL_calib_p1
00005 pf_ECAL_calib_p0 = cms.double(0.0)
00006 pf_ECAL_calib_p1 = cms.double(1.0)
00007