CMS 3D CMS Logo

TimeConv.h

Go to the documentation of this file.
00001 #ifndef TIME_CONV_H
00002 #define TIME_CONV_H
00003 
00004 /*
00005  * \class TimeConv
00006  *  Converts time stamp to Unix int time and viceversa
00007  *
00008  *  $Date: 2008/02/15 12:16:49 $
00009  *  $Revision: 1.1 $
00010  *  \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
00011  */
00012 
00013 
00014 #include "CoralBase/TimeStamp.h"
00015 #include "RPCSourceHandler.h"
00016 
00017 
00018 int TtoUT(coral::TimeStamp time);
00019 
00020 coral::TimeStamp UTtoT(int utime);
00021 
00022 
00023 #endif

Generated on Tue Jun 9 17:26:56 2009 for CMSSW by  doxygen 1.5.4