Parent Directory
|
Revision Log
|
Patch
| revision 1.66 by mocchiut, Mon Feb 3 16:45:14 2014 UTC | revision 1.67 by emocchiutti, Tue Feb 25 15:41:48 2014 UTC | |
|---|---|---|
| # | Line 847 int OrbitalInfoCore(UInt_t run, TFile *f | Line 847 int OrbitalInfoCore(UInt_t run, TFile *f |
| 847 | // | // |
| 848 | tof->Clear(); | tof->Clear(); |
| 849 | // | // |
| 850 | if ( ttof->GetEntry(itr) <= 0 ) throw -36; | if ( ttof->GetEntry(itr) <= 0 ){ |
| 851 | if ( verbose ) printf(" problems with tof tree entries... entry = %i in Level2 file\n",itr); | |
| 852 | if ( verbose ) printf(" nobefrun %u re %u evfrom %u jumped %u reprocall %i \n",nobefrun,re,evfrom,jumped,reprocall); | |
| 853 | throw -36; | |
| 854 | } | |
| 855 | // | // |
| 856 | }; | }; |
| 857 | // | // |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |