Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:03

0001 // $Id: ApplyEnergyCorrection.cc,v 1.2 2006/07/26 08:48:06 llista Exp $

0002 #include "CommonTools/CandUtils/interface/ApplyEnergyCorrection.h"
0003 #include "DataFormats/Candidate/interface/Candidate.h"
0004 
0005 using namespace reco;
0006 
0007 void ApplyEnergyCorrection::set(Candidate& c) { c.setP4(c.p4() * correction_); }