]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGenModels/EvtISGW.hh
Converting TEvtGen to native cmake
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / EvtISGW.hh
diff --git a/TEvtGen/EvtGenModels/EvtISGW.hh b/TEvtGen/EvtGenModels/EvtISGW.hh
deleted file mode 100644 (file)
index a19ce23..0000000
+++ /dev/null
@@ -1,52 +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/EvtISGW.hh
-//
-// Description:Implementation of the ISGW model
-//
-// Modification history:
-//
-//    DJL/RYD     September 25, 1996         Module created
-//
-//------------------------------------------------------------------------
-
-#ifndef EVTISGW_HH
-#define EVTISGW_HH
-
-#include "EvtGenBase/EvtDecayAmp.hh"
-#include "EvtGenBase/EvtSemiLeptonicFF.hh"
-#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
-class EvtParticle;
-
-
-
-class EvtISGW:public  EvtDecayAmp  {
-
-public:
-
-  EvtISGW() {}
-  virtual ~EvtISGW();
-
-  std::string getName();
-  EvtDecayBase* clone();
-
-  void decay(EvtParticle *p);
-  void init();
-
-private:
-  EvtSemiLeptonicFF *isgwffmodel;
-  EvtSemiLeptonicAmp *calcamp;
-};
-
-
-
-#endif
-