1 |
pam-rm2 |
1.2 |
#include <geopack.h> |
2 |
|
|
|
3 |
pam-rm2 |
1.1 |
void InitStyle(); |
4 |
pam-rm2 |
1.5 |
int printHist(TH2F*, TString, TString, TString, const char*, int, int, bool, bool); |
5 |
pam-rm2 |
1.3 |
void Rate(TString*, TString, TString, TString, int, int, bool); |
6 |
pam-rm2 |
1.1 |
void saveHist(TH1 *h, TString savetoroot); |
7 |
pam-rm2 |
1.5 |
cTle* getTle(TString, TTimeStamp); |
8 |
pam-rm2 |
1.4 |
UInt_t lookforTimesync(TFile *, Float_t*, Float_t*); |
9 |
pam-rm2 |
1.1 |
float getTleJulian(cTle *); |
10 |
|
|
bool compTLE (cTle *, cTle *); |
11 |
|
|
double getMean(vector<Double_t>); |
12 |
|
|
TH2F* shiftHist(TH2F*, Float_t); |
13 |
pam-rm2 |
1.5 |
//string getTleDatetime(cTle *tle); |
14 |
|
|
TTimeStamp getTleDatetime(cTle *tle); |
15 |
pam-rm2 |
1.1 |
Int_t solve_ac_overflow(Int_t&, Int_t); |