]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
do not save the tformula in output
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Mar 2013 15:38:33 +0000 (15:38 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Mar 2013 15:38:33 +0000 (15:38 +0000)
PWGCF/Correlations/DPhi/FourierDecomposition/AliDhcTask.cxx

index 7d01e374b73e308b42f52249685b72c95285fe70..cc416cbfc61d860734a5b488b39b1177ac1a54ea 100644 (file)
@@ -229,7 +229,7 @@ void AliDhcTask::BookHistos()
   fIndex = new TFormula("GlobIndex","(t-1)*[0]*[1]*[2]+(z-1)*[0]*[1]+(x-1)*[0]+(y-1)+0*[4]");
   fIndex->SetParameters(nPtTrig,nPtAssc,nZvtx,nCent);
   fIndex->SetParNames("NTrigBins","NAssocBins", "NZvertexBins", "NCentBins");
-  fOutputList->Add(fIndex);
+  //fOutputList->Add(fIndex);
   
   Int_t count = 0;
   for (Int_t c=1; c<=nCent; ++c) {