/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenModels/EvtBtoXsgammaRootFinder.hh

Go to the documentation of this file.
00001 //--------------------------------------------------------------------------
00002 //
00003 // Environment:
00004 //      This software is part of the EvtGen package developed jointly
00005 //      for the BaBar and CLEO collaborations.  If you use all or part
00006 //      of it, please give an appropriate acknowledgement.
00007 //
00008 // Copyright Information: See EvtGen/COPYRIGHT
00009 //      Copyright (C) 2001      Brunel University
00010 //
00011 // Module: EvtGen/EvtBtoXsgammaRootFinder.hh
00012 //
00013 // Description:
00014 //       Root finding algorithms using the bilear method. Basic structure
00015 //       lifted from the BaBar IntegrationUtils root finding algorithm 
00016 //       (author John Back).
00017 //
00018 // Modification history:
00019 //
00020 //       Jane Tinslay     March 21, 2001         Module created
00021 //
00022 //------------------------------------------------------------------------
00023 
00024 #ifndef EVTBTOXSGAMMAROOTFINDER_HH
00025 #define EVTBTOXSGAMMAROOTFINDER_HH
00026 
00027 //-------------
00028 // C Headers --
00029 //-------------
00030 extern "C" {
00031 }
00032 
00033 //#include "EvtGenBase/EvtItgAbsFunction.hh"
00034 class EvtItgAbsFunction;
00035 
00036 class EvtBtoXsgammaRootFinder{
00037 
00038 public:
00039 
00040   // Constructors
00041 
00042   EvtBtoXsgammaRootFinder();
00043   
00044   // Destructor
00045   virtual ~EvtBtoXsgammaRootFinder( );
00046  
00047   double GetRootSingleFunc(const EvtItgAbsFunction* theFunc, double functionValue, 
00048                            double lowerValue, double upperValue, double precision);
00049 
00050   double GetGaussIntegFcnRoot(EvtItgAbsFunction *theFunc1, EvtItgAbsFunction *theFunc2, 
00051                               double integ1Precision, double integ2Precision, 
00052                               int maxLoop1, int maxLoop2, double integLower, 
00053                               double integUpper, double lowerValue, double upperValue, 
00054                               double precision);
00055 
00056 private:
00057   
00058   EvtBtoXsgammaRootFinder( const EvtBtoXsgammaRootFinder& );                // Copy Constructor
00059   EvtBtoXsgammaRootFinder& operator= ( const EvtBtoXsgammaRootFinder& );    // Assignment op
00060   
00061 };
00062 
00063 #endif
00064 
00065 

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