4 #ifndef ALILATEXTABLE_H
5 #define ALILATEXTABLE_H
7 #if !defined(__CINT__) || defined(__MAKECINT__)
26 void LoadTeXFromFileAndPrintASCII(
const char * filename);
28 void SetNextCol(Int_t val);
29 void SetNextCol(Int_t val, Int_t err);
31 void SetNextCol(Double_t val, Int_t scientificNotation = -1, Bool_t rounding = kTRUE);
32 void SetNextCol(Double_t val, Double_t err, Int_t scientificNotation = -1, Bool_t rounding = kTRUE);
33 void SetNextCol(Double_t val, Double_t err, Double_t errSyst, Int_t scientificNotation = -1, Bool_t rounding = kTRUE);
35 void SetNextCol(TString val);
46 void InsertCustomRow(TString row);
51 void PrintTable(Option_t * opt =
"");
53 void GetMantissaAndExpBase10(Double_t num, Double_t &man, Double_t &exp) ;
56 Int_t * GetColWidths();
57 void StripLatex(TString &row, TString format) ;