| 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); |
| 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++; |