30 TTree*
getTree(Double_t angle = -1000, Double_t energy = -1, Int_t pola = 100);
33 Double_t
TruncSum(TArrayD* vect, Double_t tl, Double_t th, Double_t &minTrunc, Double_t &maxTrunc, Double_t &norm, Double_t &truncSum2, Double_t thr = 10);
34 Double_t
TruncMean(TArrayD* vect, Double_t tl = 0., Double_t th = 0.7);
35 TGraph*
getTP(
const char* filename, UInt_t timestart = 0, UInt_t timeend = 2000000000, Int_t night = 0);
36 TCanvas*
drawTPRatio(UInt_t timestart,UInt_t timeend,
const char* cname =
"cTPRatio");
37 void updateRunData(Int_t run,
const char* name, Double_t val);
38 Double_t
getRunData(Int_t run,
const char* name);
39 TDirectory*
OpenHistFile(Int_t run,
const char* dir,
const char* extra =
"", Int_t update = 0);
40 TDirectory*
OpenSimHistFile(
const char* filename,
const char* dir, Int_t &run, Int_t update = 0, Int_t verbose = 1);
41 TString
getVal(Int_t run,
const char* name,
const TString* dburl = NULL);
42 Double_t
getDoubleVal(Int_t run,
const char* name,
const TString* dburl = NULL);
50 void updateConfData(Double_t energy, Double_t angle, Int_t p, Int_t simu, Int_t flag,
const char* name, Double_t val);
A class store HARPO row event data and header. Provide access metods to the row event data...