28 |
/* extern void findb0_(float*, float*, bool*, float*, float*); */ |
/* extern void findb0_(float*, float*, bool*, float*, float*); */ |
29 |
} |
} |
30 |
|
|
31 |
|
struct Sine{ |
32 |
|
Double_t A; |
33 |
|
Double_t b; |
34 |
|
Double_t c; |
35 |
|
Double_t startPoint; |
36 |
|
Double_t finishPoint; |
37 |
|
Bool_t NeedFit; |
38 |
|
}; |
39 |
|
|
40 |
extern int OrbitalInfoCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t orbitalargc, char *orbitalargv[]); |
extern int OrbitalInfoCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t orbitalargc, char *orbitalargv[]); |
41 |
cCoordGeo getCoo(UInt_t atime, UInt_t tletime, cTle *tle); |
cCoordGeo getCoo(UInt_t atime, UInt_t tletime, cTle *tle); |
42 |
void CopyQ(Quaternions *Q1, Quaternions *Q2); |
void CopyQ(Quaternions *Q1, Quaternions *Q2); |
43 |
void CopyAng(InclinationInfo *A1, InclinationInfo *A2); |
void CopyAng(InclinationInfo *A1, InclinationInfo *A2); |
44 |
UInt_t holeq(Double_t lower,Double_t upper,Quaternions *Qlower, Quaternions *Qupper, UInt_t f); |
UInt_t holeq(Double_t lower,Double_t upper,Quaternions *Qlower, Quaternions *Qupper, UInt_t f); |
45 |
|
void inclresize(vector<Double_t>&, vector<Float_t>&, vector<Float_t>&, vector<Float_t>&, vector<Float_t>&, vector<Int_t>&, vector<Float_t>&, vector<Float_t>&, vector<Float_t>&); |
46 |
|
void sineparam(vector<Sine>&, vector<Double_t>&, vector<Float_t>&, vector<Float_t>&, vector<Float_t>&, Float_t); |
47 |
|
|
48 |
#endif |
#endif |