]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliDecayerPolarized.cxx
Adding Hans Beck to the list of responsibles.
[u/mrichter/AliRoot.git] / EVGEN / AliDecayerPolarized.cxx
index a99811661e365462a59c7b9757586a01ad51692b..3c7b3ceccb8f9316a43ebd2437bd9f1ef4dface2 100644 (file)
@@ -34,13 +34,13 @@ AliDecayerPolarized::AliDecayerPolarized():
     fAlpha(0),
     fSystRef(kHelicity),
     fDecProd(kMuon),
-    fPol(new TF1("dsigdcostheta","1.+[0]*x*x",-1.,1.)),
+    fPol(0),
     fMother(0),
     fDaughter1(0),
     fDaughter2(0)
 {
 // Default constructor
-    fPol->SetParameter(0,fAlpha);
+
 }
 
 //____________________________________________________________