//-------------------------------------------------------------------------- // // Environment: // This software is part of the EvtGen package developed jointly // for the BaBar and CLEO collaborations. If you use all or part // of it, please give an appropriate acknowledgement. // // Copyright Information: See EvtGen/COPYRIGHT // Copyright (C) 1998 Caltech, UCSB // // Module: EvtSLPoleFF.cc // // Description: Routine to implement semileptonic form factors // according to the model SLPoles // // Modification history: // // DJL April 17,1998 Module created // //------------------------------------------------------------------------ // #include "EvtGenBase/EvtPatches.hh" #include "EvtGenBase/EvtReport.hh" #include "EvtGenModels/EvtSLPoleFF.hh" #include #include "EvtGenBase/EvtPDL.hh" #include #include EvtSLPoleFF::EvtSLPoleFF(int numarg, double *arglist) { //arg - maybe ignore the last argument - if odd ... Sigh numSLPoleargs = numarg - (numarg % 2); for (int i=0; i