00001 void testRunToTimeObjy() 00002 { 00003 RunToTimeObjy rt; 00004 00005 for ( int run = 122466; run <= 123564; ++run ) 00006 { 00007 cout << "run " << run << endl; 00008 PHTimeStamp* ts = rt.getBeginTime(run); 00009 cout << (*ts) << endl; 00010 delete ts; 00011 } 00012 }