CMS 3D CMS Logo

CalibrationParametersECAL_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #--- initialize calibration parameters for energy deposits of electrons and photons in ECAL;
4 # E_calib = pf_ECAL_calib_p0 + E_raw * pf_ECAL_calib_p1
5 pf_ECAL_calib_p0 = cms.double(0.0)
6 pf_ECAL_calib_p1 = cms.double(1.0)
7