00001 #ifndef ATLFAST_JET_ENERGY_CORRECTION_H 00002 #define ATLFAST_JET_ENERGY_CORRECTION_H 00003 00004 #include <vector> 00005 #include "particle/Particle.h" 00006 00007 double jetEnergyCorrection(const double pt, 00008 const int ptype); 00009 00010 void jetEnergyCorrection(const std::vector<Particle*> &plist); 00011 00012 #endif // ATLFAST_JET_ENERGY_CORRECTION_H