Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
JTime_t.hh
Go to the documentation of this file.
1 #ifndef __JDB_JTIME_T__
2 #define __JDB_JTIME_T__
3 
4 #include "Jeep/JTime.hh"
5 
6 
7 /**
8  * \author mdejong
9  */
10 namespace JDATABASE {}
11 namespace JPP { using namespace JDATABASE; }
12 
13 namespace JDATABASE {
14 
15  typedef JEEP::JTime<':'> JTime_t;
16 }
17 
18 #endif
Auxiliary classes and methods for database I/O.
Definition: JAHRS.hh:14
JEEP::JTime<':'> JTime_t
type defintion of time according database format
Definition: JDate_t.hh:25
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class for simple time.
Definition: Jeep/JTime.hh:40