CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/CommonTools/Statistics/src/IncompleteGammaComplement.h

Go to the documentation of this file.
00001 #ifndef IncompleteGammaComplement_H
00002 #define IncompleteGammaComplement_H
00003 
00009 class IncompleteGammaComplement {
00010 
00011 public:
00012 
00013   static float value( float a, float x );
00014 
00015   static float ln( float a, float x );
00016 
00017 };
00018 
00019 #endif