StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
forZ-MEc.h
1 #ifndef _forZ_MEc_h_included_
2 #define _forZ_MEc_h_included_
3 
4 namespace Photospp
5 {
6 
8 {
9 public:
10  static double phwtnlo();
11 
12 private:
13  static void GIVIZO(int idferm,int ihelic,double *sizo3,double *charge,int *kolor);
14  static double PHBORNM(double svar,double costhe,double T3e,double qe,double T3f,double qf,int Ncf);
15  static double AFBCALC(double SVAR,int IDEE,int IDFF);
16  static int GETIDEE(int IDE);
17  static double PHASYZ(double SVAR, int IDE, int IDF);
18  static double Zphwtnlo(double svar,double xk, int IDHEP3, int IREP, double qp[4], double qm[4],double ph[4], double pp[4], double pm[4], double COSTHG, double BETA, double th1, int IDE, int IDF);
19 };
20 
21 } // namespace Photospp
22 
23 #endif