5 |
void Rate(TString*, TString, TString, TString, int, int, bool); |
void Rate(TString*, TString, TString, TString, int, int, bool); |
6 |
void saveHist(TH1 *h, TString savetoroot); |
void saveHist(TH1 *h, TString savetoroot); |
7 |
cTle* getTle(TString, TDatime); |
cTle* getTle(TString, TDatime); |
8 |
int lookforTimesync(TFile *, Float_t*, Float_t*); |
UInt_t lookforTimesync(TFile *, Float_t*, Float_t*); |
9 |
float getTleJulian(cTle *); |
float getTleJulian(cTle *); |
10 |
bool compTLE (cTle *, cTle *); |
bool compTLE (cTle *, cTle *); |
11 |
double getMean(vector<Double_t>); |
double getMean(vector<Double_t>); |