| 5 | *      Author: Nicola Mori | *      Author: Nicola Mori | 
| 6 | */ | */ | 
| 7 |  |  | 
| 8 | /*! @file AbsTimeCut.h The AbsTimeCut class implementation file */ | /*! @file AbsTimeCut.cpp The AbsTimeCut class implementation file */ | 
| 9 |  |  | 
| 10 | #include "AbsTimeCut.h" | #include "AbsTimeCut.h" | 
| 11 |  |  | 
| 17 | unsigned int date = _time.GetDate(kFALSE) - 20000000; | unsigned int date = _time.GetDate(kFALSE) - 20000000; | 
| 18 | unsigned int time = _time.GetTime(kFALSE); | unsigned int time = _time.GetTime(kFALSE); | 
| 19 |  |  | 
|  | cout << date << "  " << time << endl; |  | 
|  |  |  | 
| 20 | if (date < _initDate) | if (date < _initDate) | 
| 21 | return ABSTIMECUT_TOOEARLY; | return ABSTIMECUT_TOOEARLY; | 
| 22 | if (date == _initDate && time < _initTime) | if (date == _initDate && time < _initTime) |