X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVGEN%2FAliDecayerPolarized.cxx;h=cfe2acb54ac460804348d1351310bfae80d095bd;hb=e1f732d438f9b6e00ac4cda3b8ef581e03e91663;hp=46218434bbc6168fde92e4a69a48973049a1c7ce;hpb=c1e10a2a433f68a8f43b75ee75cb2f9c25aec1e1;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVGEN/AliDecayerPolarized.cxx b/EVGEN/AliDecayerPolarized.cxx index 46218434bbc..cfe2acb54ac 100644 --- a/EVGEN/AliDecayerPolarized.cxx +++ b/EVGEN/AliDecayerPolarized.cxx @@ -28,7 +28,7 @@ ClassImp(AliDecayerPolarized) //____________________________________________________________ -AliDecayerPolarized::AliDecayerPolarized():AliDecayer() +AliDecayerPolarized::AliDecayerPolarized() { // Default constructor fAlpha=0; @@ -42,7 +42,7 @@ AliDecayerPolarized::AliDecayerPolarized():AliDecayer() } //____________________________________________________________ -AliDecayerPolarized::AliDecayerPolarized(Double_t alpha, Polar_t systref, FinState_t decprod):AliDecayer() +AliDecayerPolarized::AliDecayerPolarized(Double_t alpha, Polar_t systref, FinState_t decprod) { // Another constructor fAlpha=alpha; @@ -159,3 +159,42 @@ Int_t AliDecayerPolarized::ImportParticles(TClonesArray *part) return part->GetEntries(); } + +void AliDecayerPolarized::Copy(TObject &) const +{ + // + // Copy *this onto AliDecayerPolarized -- not implemented + // + Fatal("Copy","Not implemented!\n"); +} + +void AliDecayerPolarized::SetForceDecay(Int_t) +{ + // This method is dummy +} + +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 + 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"); +} +