]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliDecayerPolarized.cxx
Derive directly from AliDecayer.
[u/mrichter/AliRoot.git] / EVGEN / AliDecayerPolarized.cxx
index 8facde37f4d1d94c65c4b596aaa3acdc8ca3b4e9..99506174d93d0fd2da4f64d2ab175d97c2ea5d0b 100644 (file)
@@ -28,7 +28,7 @@
 ClassImp(AliDecayerPolarized)
 
 //____________________________________________________________
-AliDecayerPolarized::AliDecayerPolarized():AliDecayerPythia()
+AliDecayerPolarized::AliDecayerPolarized()
 {
 // Default constructor
     fAlpha=0;
@@ -42,7 +42,7 @@ AliDecayerPolarized::AliDecayerPolarized():AliDecayerPythia()
 }
 
 //____________________________________________________________
-AliDecayerPolarized::AliDecayerPolarized(Double_t alpha, Polar_t systref, FinState_t decprod):AliDecayerPythia()
+AliDecayerPolarized::AliDecayerPolarized(Double_t alpha, Polar_t systref, FinState_t decprod)
 {
 // Another constructor
     fAlpha=alpha;
@@ -168,3 +168,35 @@ void  AliDecayerPolarized::Copy(TObject &) const
     Fatal("Copy","Not implemented!\n");
 }
 
+void AliDecayerPolarized::SetForceDecay(Int_t)
+{
+    // This method is dummy
+    AliWarning("Method not implemented for this class !\n");
+}
+
+void AliDecayerPolarized::ForceDecay()
+{
+    // This method is dummy
+    AliWarning("Method not implemented for this class !\n");
+}
+
+Float_t AliDecayerPolarized::GetPartialBranchingRatio(Int_t)
+{
+    // This method is dummy
+    AliWarning("Method not implemented for this class !\n");
+    return -1.;
+}
+
+Float_t AliDecayerPolarized::GetLifetime(Int_t)
+{
+    // This method is dummy
+    AliWarning("Method not implemented for this class !\n");
+    return -1.;
+}
+
+void AliDecayerPolarized::ReadDecayTable()
+{
+    // This method is dummy
+    AliWarning("Method not implemented for this class !\n");
+}
+