Index: trunk/MagicSoft/Mars/mbase/MTime.h
===================================================================
--- trunk/MagicSoft/Mars/mbase/MTime.h	(revision 5030)
+++ trunk/MagicSoft/Mars/mbase/MTime.h	(revision 5061)
@@ -115,4 +115,6 @@
     UInt_t Sec() const   { Byte_t h, m, s; GetTime(h,m,s); return s; }
 
+    Bool_t IsMidnight() const { return (Long_t)fTime==0 && fNanoSec==0; }
+
     // I/O functions
     istream &ReadBinary(istream &fin);
