/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/Mcgpj/Mcgpj-00-01-04/src/code/inc/TLi2.h

Go to the documentation of this file.
00001 #ifndef RAD_TLi2
00002 #define RAD_TLi2
00003 
00004 class TLi2{
00005 public:
00006   TLi2(){};
00007   ~TLi2(){};
00008   static double Eval(const double &x){
00009     return Li2My(x);
00010   };
00011   static double Li2Cern(const double &x);
00012   static double Li2My(const double &x);
00013 };
00014 
00015 #endif //#ifndef RAD_TLi2
00016 

Generated on Tue Nov 29 23:12:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7