]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGen/EvtGenBase/EvtSemiLeptonicTensorAmp.hh
Converting TEvtGen to native cmake
[u/mrichter/AliRoot.git] / TEvtGen / EvtGen / EvtGenBase / EvtSemiLeptonicTensorAmp.hh
diff --git a/TEvtGen/EvtGen/EvtGenBase/EvtSemiLeptonicTensorAmp.hh b/TEvtGen/EvtGen/EvtGenBase/EvtSemiLeptonicTensorAmp.hh
new file mode 100644 (file)
index 0000000..a863526
--- /dev/null
@@ -0,0 +1,44 @@
+//--------------------------------------------------------------------------
+//
+// 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/EvtSemiLeptonicTensorAmp.hh
+//
+// Description: Class for calcultaion of amplitude for semileptonic
+//              decay to tensor.
+//
+// Modification history:
+//
+//    DJL/RYD     August 11, 1998         Module created
+//
+//------------------------------------------------------------------------
+
+#ifndef EVTSEMILEPTONICTENSORAMP_HH
+#define EVTSEMILEPTONICTENSORAMP_HH
+
+#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
+
+class EvtParticle;
+class EvtSemiLeptonicFF;
+class EvtAmp;
+
+class EvtSemiLeptonicTensorAmp: 
+     public EvtSemiLeptonicAmp {
+
+ public:
+
+  //Daughters are initialized and have been added to the parent.
+  //No need to carry around the daughters seperately!
+  void CalcAmp( EvtParticle *parent, EvtAmp& amp, EvtSemiLeptonicFF *FormFactors );
+
+};
+
+#endif
+
+