/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 // 00002 // Usage: 00003 // Input: run number 00004 // Output: delat t which should be added to your original time stamp 00005 // 00006 // For mini dry run only. 00007 // 2010/03/03 Zhe Wang 00008 // 00009 00010 #ifndef _MINI_DRY_RUN_TIME_CORRECTION_H_ 00011 #define _MINI_DRY_RUN_TIME_CORRECTION_H_ 00012 00013 #include "Context/TimeStamp.h" 00014 00015 TimeStamp MiniDryRunTimeCorrection(int run); 00016 00017 #endif // _MINI_DRY_RUN_TIME_CORRECTION_H_