Parent Directory
|
Revision Log
|
Patch
| revision 1.18 by mocchiut, Thu May 3 20:09:29 2007 UTC | revision 1.19 by mocchiut, Sat May 5 12:48:33 2007 UTC | |
|---|---|---|
| # | Line 567 int OrbitalInfoCore(UInt_t run, TFile *f | Line 567 int OrbitalInfoCore(UInt_t run, TFile *f |
| 567 | // | // |
| 568 | if ( (atime > runinfo->RUNTRAILER_TIME) || (atime < runinfo->RUNHEADER_TIME) ) { | if ( (atime > runinfo->RUNTRAILER_TIME) || (atime < runinfo->RUNHEADER_TIME) ) { |
| 569 | if (verbose) printf(" OrbitalInfo - WARNING: event at time outside the run time window, skipping it\n"); | if (verbose) printf(" OrbitalInfo - WARNING: event at time outside the run time window, skipping it\n"); |
| 570 | debug = true; | // debug = true; |
| 571 | continue; | continue; |
| 572 | } | } |
| 573 | // | // |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |