/[PAMELA software]/DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp
ViewVC logotype

Diff of /DarthVader/OrbitalInfo/src/OrbitalInfoCore.cpp

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

revision 1.20 by mocchiut, Sat May 5 12:50:29 2007 UTC revision 1.21 by mocchiut, Mon May 7 04:33:52 2007 UTC
# Line 699  int OrbitalInfoCore(UInt_t run, TFile *f Line 699  int OrbitalInfoCore(UInt_t run, TFile *f
699          if ( debug ) printf(" I am there \n");          if ( debug ) printf(" I am there \n");
700          //          //
701          lowerqtime = upperqtime;          lowerqtime = upperqtime;
702          UInt_t maxloop = 100000000;              Long64_t maxloop = 100000000LL;
703          UInt_t mn = 0;          Long64_t mn = 0;
704          bool gh=false;          bool gh=false;
705          ooi=oi;          ooi=oi;
706          if ( verbose ) printf(" OrbitalInfoCore: sync with quaternions data upperqtime %u lowerqtime %u atime %u \n",(UInt_t)upperqtime,(UInt_t)lowerqtime,atime);          if ( verbose ) printf(" OrbitalInfoCore: sync with quaternions data upperqtime %u lowerqtime %u atime %u \n",(UInt_t)upperqtime,(UInt_t)lowerqtime,atime);
# Line 708  int OrbitalInfoCore(UInt_t run, TFile *f Line 708  int OrbitalInfoCore(UInt_t run, TFile *f
708            if ( mn > maxloop ){            if ( mn > maxloop ){
709              if ( verbose ) printf(" OrbitalInfoCore: quaternions sync out of range! exiting\n");              if ( verbose ) printf(" OrbitalInfoCore: quaternions sync out of range! exiting\n");
710              gh = true;              gh = true;
711                neventsm = 0;
712            };            };
713            mn++;            mn++;
714            if (oi<5) oi++;            if (oi<5) oi++;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.23