]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGenModels/EvtJscont.hh
AliDecayer realisation for the EvtGen code and EvtGen itself.
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / EvtJscont.hh
diff --git a/TEvtGen/EvtGenModels/EvtJscont.hh b/TEvtGen/EvtGenModels/EvtJscont.hh
new file mode 100644 (file)
index 0000000..782cac6
--- /dev/null
@@ -0,0 +1,45 @@
+//--------------------------------------------------------------------------
+//
+// 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/EvtJscont.hh
+//
+// Description:
+//
+// Modification history:
+//
+//    DJL/RYD     August 11, 1998         Module created
+//
+//------------------------------------------------------------------------
+
+#ifndef EVTJSCONT_HH
+#define EVTJSCONT_HH
+
+#include "EvtGenBase/EvtDecayIncoherent.hh"
+
+class EvtParticle;
+
+class EvtJscont:public  EvtDecayIncoherent  {
+
+public:
+
+  EvtJscont() {}
+  virtual ~EvtJscont();
+
+  std::string getName();
+  EvtDecayBase* clone();
+
+  void init();
+  void initProbMax();
+
+  void decay(EvtParticle *p); 
+
+};
+
+#endif