/[PAMELA software]/quicklook/OrbitalRate/inc/OrbitalRate.h
ViewVC logotype

Diff of /quicklook/OrbitalRate/inc/OrbitalRate.h

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

revision 1.1 by pam-rm2, Tue Dec 5 19:49:14 2006 UTC revision 1.2 by pam-rm2, Thu Dec 7 13:27:30 2006 UTC
# Line 1  Line 1 
1    #include <geopack.h>
2    
3  void InitStyle();  void InitStyle();
4  int printHist(TH2F*, TString, TString, TString, char*, int, int, bool, bool);  int printHist(TH2F*, TString, TString, TString, char*, int, int, bool, bool);
5  void Rate(TString*, TString, TString, TString, int, int);  void Rate(TString*, TString, TString, TString, int, int);
# Line 10  double getMean(vector<Double_t>); Line 12  double getMean(vector<Double_t>);
12  TH2F* shiftHist(TH2F*, Float_t);  TH2F* shiftHist(TH2F*, Float_t);
13  string getTleDatetime(cTle *tle);  string getTleDatetime(cTle *tle);
14  Int_t solve_ac_overflow(Int_t&, Int_t);  Int_t solve_ac_overflow(Int_t&, Int_t);
   
 extern "C" {  
 #include <dirent.h>  
   //INITIZE(YEAR,DIMO)  
   extern void initize_();  
   //FELDCOF(YEAR,DIMO)  
   extern void feldcof_(float*, float*);  
   //FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS)  
   extern void feldg_(float*, float*, float*, float*, float*, float*, float*);  
   //SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1)  
   extern void shellg_(float*, float*, float*, float*, float*, float*, float*);  
   //FINDB0(STPS,BDEL,VALUE,BEQU,RR0)  
   extern void findb0_(float*, float*, bool*, float*, float*);  
 }  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23