CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ApplyEnergyCorrection.h
Go to the documentation of this file.
1 #ifndef CandUtils_ApplyEnergyCorrection_h
2 #define CandUtils_ApplyEnergyCorrection_h
3 
16 
17 struct ApplyEnergyCorrection {
18  ApplyEnergyCorrection( double correction ) : correction_( correction ) { }
20  void set( reco::Candidate& c );
21 
22 private:
23  double correction_;
24 };
25 
26 #endif
ApplyEnergyCorrection(double correction)
void set(reco::Candidate &c)
set up a candidate