/[PAMELA software]/DarthVader/OrbitalInfo/inc/OrbitalInfoCore.h
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/inc/OrbitalInfoCore.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mocchiut, Tue Aug 4 14:01:25 2009 UTC revision 1.8 by mocchiut, Fri Jan 29 17:27:56 2010 UTC
# Line 28  extern "C" { Line 28  extern "C" {
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

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23