/[PAMELA software]/quicklook/OrbitalRate/src/OrbitalRate.cpp
ViewVC logotype

Diff of /quicklook/OrbitalRate/src/OrbitalRate.cpp

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

revision 1.6 by pam-rm2, Thu Mar 15 12:34:28 2007 UTC revision 1.7 by pam-rm2, Mon Apr 2 19:44:38 2007 UTC
# Line 902  float getTleJulian(cTle *tle) { Line 902  float getTleJulian(cTle *tle) {
902    
903  // Look for a timesync in the TFile rootFile.  Set timesync and  // Look for a timesync in the TFile rootFile.  Set timesync and
904  // obt_timesync.  Returns 1 if timesync is found, 0 otherwise.  // obt_timesync.  Returns 1 if timesync is found, 0 otherwise.
905  int lookforTimesync(TFile *rootFile, Float_t *timesync, Float_t *obt_timesync) {  UInt_t lookforTimesync(TFile *rootFile, Float_t *timesync, Float_t *obt_timesync) {
906    *timesync = -1;  // will be != -1 if found    *timesync = -1;  // will be != -1 if found
907    
908    ULong64_t             nevents    = 0;    ULong64_t             nevents    = 0;

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

  ViewVC Help
Powered by ViewVC 1.1.23