]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed label in the fit results table
authormfloris <mfloris@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Aug 2010 08:25:01 +0000 (08:25 +0000)
committermfloris <mfloris@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Aug 2010 08:25:01 +0000 (08:25 +0000)
PWG2/SPECTRA/Fit/FitParticle.C

index eb472eefa9a43429159fbdd0a42a9f872d377232..f342d2775415b73c4963b86ce5995c32bcbfd257 100644 (file)
@@ -108,7 +108,7 @@ void FitParticle(const char * file, const char * histo, const char * partName,
 
   // Print results nicely
   AliLatexTable table(9,"c|ccccccc");
-  table.InsertCustomRow("Part & Yield & T Slope & n & $\\Chi^2$/NDF & Min X & Frac Above & \\langle p_{t} \\rangle  & \\langle p_{t}^{2} \\rangle");
+  table.InsertCustomRow("Part & Integral & T Slope & n & $\\Chi^2$/NDF & Min X & Frac Above & \\langle p_{t} \\rangle  & \\langle p_{t}^{2} \\rangle");
   // populate table
   Float_t yield  = func->Integral(0,100);
   Float_t yieldE = func->IntegralError(0,100);