]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGenModels/EvtVVP.hh
Converting TEvtGen to native cmake
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / EvtVVP.hh
diff --git a/TEvtGen/EvtGenModels/EvtVVP.hh b/TEvtGen/EvtGenModels/EvtVVP.hh
deleted file mode 100644 (file)
index 88f8929..0000000
+++ /dev/null
@@ -1,44 +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/EvtVVP.hh
-//
-// Description:
-//
-// Modification history:
-//
-//    DJL/RYD     August 11, 1998         Module created
-//
-//------------------------------------------------------------------------
-
-#ifndef EVTVVP_HH
-#define EVTVVP_HH
-
-#include "EvtGenBase/EvtDecayAmp.hh"
-
-class EvtParticle;
-
-class EvtVVP:public  EvtDecayAmp  {
-
-public:
-
-  EvtVVP() {}
-  virtual ~EvtVVP();
-  
-  std::string getName();
-  EvtDecayBase* clone();
-
-  void initProbMax();
-  void init();
-  void decay(EvtParticle *p); 
-
-};
-
-#endif