Parent Directory | Revision Log | Patch
revision 1.22 by mocchiut, Thu Sep 4 15:46:19 2008 UTC | revision 1.23 by mocchiut, Fri Nov 28 09:05:22 2008 UTC | |
---|---|---|
# | Line 596 int S4Core(UInt_t run, TFile *file,GL_TA | Line 596 int S4Core(UInt_t run, TFile *file,GL_TA |
596 | // | // |
597 | // paranoid check | // paranoid check |
598 | // | // |
599 | if ( (atime > runinfo->RUNTRAILER_TIME) || (atime < runinfo->RUNHEADER_TIME) ) { | if ( (atime > (runinfo->RUNTRAILER_TIME+1)) || (atime < (runinfo->RUNHEADER_TIME-1)) ) { |
600 | if (verbose) printf(" S4 - WARNING: event at time outside the run time window, skipping it\n"); | if (verbose) printf(" S4 - WARNING: event at time outside the run time window, skipping it\n"); |
601 | goto jumpev; | goto jumpev; |
602 | }; | }; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |