Main Page   Class Hierarchy   Compound List   File List   Compound Members  

jetEnergyCorrection.h

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

Generated on Tue Apr 13 13:25:32 2004 for ATLAS JAPAN by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002