/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenModels/EvtSLBKPoleFF.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) 1998      Caltech, UCSB
00010 //
00011 // Module: EvtGen/EvtSLBKPoleFF.hh
00012 //
00013 // Description:Form factor routines for EvtSLBKPole,
00014 //             according to Becirevic and Kaidalov(BK)
00015 //
00016 // Modification history:
00017 //
00018 //    liheng     October 20, 2005         Module created
00019 //
00020 //------------------------------------------------------------------------
00021 
00022 #ifndef EVTSLBKPOLEFF_HH//modified
00023 #define EVTSLBKPOLEFF_HH//modified
00024 
00025 #include "EvtGenBase/EvtSemiLeptonicFF.hh"//modified
00026 #include "EvtGenBase/EvtId.hh"
00027 
00028 class EvtSLBKPoleFF : public EvtSemiLeptonicFF {//modified
00029 
00030 public:
00031   EvtSLBKPoleFF(int numarg, double *arglist);//modified
00032   void getscalarff(EvtId parent,EvtId daught,
00033                        double t, double mass, double *fpf,
00034                        double *f0f );
00035   void getvectorff(EvtId parent,EvtId daught,
00036                        double t, double mass, double *a1f,
00037                        double *a2f, double *vf, double *a0f );
00038   void gettensorff(EvtId parent,EvtId daught,//need to be modified, but not yet
00039                        double t, double mass, double *hf,
00040                        double *kf, double *bp, double *bm );
00041 
00042   void getbaryonff(EvtId, EvtId, double, double, double*, 
00043                    double*, double*, double*);
00044 
00045 
00046 private:
00047    int numSLBKPoleargs;//modified
00048    double SLBKPoleargs[16];//modified
00049 
00050 };
00051 
00052 #endif
00053 
00054 
00055 

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