]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGenBase/EvtMHelAmp.hh
AliDecayer realisation for the EvtGen code and EvtGen itself.
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtMHelAmp.hh
diff --git a/TEvtGen/EvtGenBase/EvtMHelAmp.hh b/TEvtGen/EvtGenBase/EvtMHelAmp.hh
new file mode 100644 (file)
index 0000000..9376d9a
--- /dev/null
@@ -0,0 +1,24 @@
+#ifndef __EVTMHELAMP_HH__
+#define __EVTMHELAMP_HH__
+
+#include "EvtGenBase/EvtMRes.hh"
+
+class EvtMHelAmp : public EvtMRes {
+
+    public:
+
+        EvtMHelAmp( const EvtId& id, EvtMLineShape *, const
+                vector<EvtMNode * >&, const vector<EvtComplex>& );
+        virtual ~EvtMHelAmp() {};
+        
+        EvtSpinAmp amplitude( const vector<EvtVector4R>& product )
+            const;
+
+        EvtMNode * duplicate() const;
+
+    private:
+
+        vector<EvtComplex> _elem;
+};
+
+#endif