]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGenModels/EvtBCVFF.hh
Converting TEvtGen to native cmake
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / EvtBCVFF.hh
diff --git a/TEvtGen/EvtGenModels/EvtBCVFF.hh b/TEvtGen/EvtGenModels/EvtBCVFF.hh
deleted file mode 100755 (executable)
index 0e54b37..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-//--------------------------------------------------------------------------
-//
-// 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: EvtGen/EvtBCVFF.hh
-//
-// Description: Form factors for EvtBCVFF model
-//
-// Modification history:
-//
-//    DJL     April 20, 1998         Module created
-//
-//------------------------------------------------------------------------
-
-#ifndef EVTBCVFF_HH
-#define EVTBCVFF_HH
-
-#include "EvtGenBase/EvtSemiLeptonicFF.hh"
-
-class EvtId;
-
-class EvtBCVFF : public EvtSemiLeptonicFF {
-
-public:
-
-  EvtBCVFF(int idV, int fit);
-  void getvectorff( EvtId parent, EvtId daught,
-                       double t, double mass, double *a1f,
-                       double *a2f, double *vf, double *a0f );
-
-  void getscalarff(EvtId, EvtId, double, double, double*, 
-                  double*);
-
-  void gettensorff(EvtId, EvtId, double, double, double*, 
-                  double*, double*, double*);
-
-  void getbaryonff(EvtId, EvtId, double, double, double*, 
-                  double*, double*, double*);
-
-  void getdiracff(EvtId, EvtId, double, double, double*, double*,
-                  double*, double*, double*, double*);
-
-  void getraritaff(EvtId, EvtId, double, double, double*, double*, 
-                  double*, double*, double*, double*, double*, double*);
-
-private:
-
-  int idVector, whichfit;
-
-};
-
-#endif
-