![]() |
![]() |
00001 #include "DQMOffline/Trigger/interface/EgHLTOffEle.h" 00002 00003 float EgHLTOffEle::sigmaEtaEta()const 00004 { 00005 if(fabs(etaSC())<1.479) return clusShapeData_.sigmaEtaEta; //barrel case, no correction 00006 else{ //endcap, need to apply eta correction 00007 return clusShapeData_.sigmaEtaEta - 0.02*( fabs(etaSC()) - 2.3); 00008 } 00009 00010 } 00011 // float EgHLTOffEle::sigmaIEtaIEta()const 00012 // { 00013 // if(fabs(etaSC())<1.479) return clusShapeData_.sigmaIEtaIEta; //barrel case, no correction 00014 // else{ //endcap, need to apply eta correction 00015 // return clusShapeData_.sigmaIEtaIEta - 0.02*( fabs(etaSC()) - 2.3); 00016 // } 00017 00018 // }