| 1 |
pam-rm2 |
1.1 |
void InitStyle(); |
| 2 |
|
|
int printHist(TH2F*, TString, TString, TString, char*, int, int, bool, bool); |
| 3 |
|
|
void Rate(TString*, TString, TString, TString, int, int); |
| 4 |
|
|
void saveHist(TH1 *h, TString savetoroot); |
| 5 |
|
|
cTle* getTle(TString, TDatime); |
| 6 |
|
|
int lookforTimesync(TFile *, Float_t*, Float_t*); |
| 7 |
|
|
float getTleJulian(cTle *); |
| 8 |
|
|
bool compTLE (cTle *, cTle *); |
| 9 |
|
|
double getMean(vector<Double_t>); |
| 10 |
|
|
TH2F* shiftHist(TH2F*, Float_t); |
| 11 |
|
|
string getTleDatetime(cTle *tle); |
| 12 |
|
|
Int_t solve_ac_overflow(Int_t&, Int_t); |
| 13 |
|
|
|
| 14 |
|
|
extern "C" { |
| 15 |
|
|
#include <dirent.h> |
| 16 |
|
|
//INITIZE(YEAR,DIMO) |
| 17 |
|
|
extern void initize_(); |
| 18 |
|
|
//FELDCOF(YEAR,DIMO) |
| 19 |
|
|
extern void feldcof_(float*, float*); |
| 20 |
|
|
//FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS) |
| 21 |
|
|
extern void feldg_(float*, float*, float*, float*, float*, float*, float*); |
| 22 |
|
|
//SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1) |
| 23 |
|
|
extern void shellg_(float*, float*, float*, float*, float*, float*, float*); |
| 24 |
|
|
//FINDB0(STPS,BDEL,VALUE,BEQU,RR0) |
| 25 |
|
|
extern void findb0_(float*, float*, bool*, float*, float*); |
| 26 |
|
|
} |