LCIO
02.17
|
#include "UTIL/LCTime.h"
#include "Exceptions.h"
#include <time.h>
#include <sstream>
#include <iomanip>
#include <cstdlib>
#include <iostream>
Go to the source code of this file.
Namespaces | |
UTIL | |
Macros | |
#define | YEAR0 1970 |
#define | SPM 60 |
#define | SPH 3600 |
#define | SPD 86400 |
#define | DPY 365 |
#define | NPS 1000000000LL |
#define DPY 365 |
Definition at line 17 of file LCTime.cc.
Referenced by UTIL::LCTime::daysInYear().
#define NPS 1000000000LL |
Definition at line 18 of file LCTime.cc.
Referenced by UTIL::LCTime::convertFromCalTime(), UTIL::LCTime::convertToCalTime(), and UTIL::LCTime::LCTime().
#define SPD 86400 |
Definition at line 15 of file LCTime.cc.
Referenced by UTIL::LCTime::convertFromCalTime(), and UTIL::LCTime::convertToCalTime().
#define SPH 3600 |
Definition at line 14 of file LCTime.cc.
Referenced by UTIL::LCTime::convertFromCalTime(), and UTIL::LCTime::convertToCalTime().
#define SPM 60 |
Definition at line 13 of file LCTime.cc.
Referenced by UTIL::LCTime::convertFromCalTime(), and UTIL::LCTime::convertToCalTime().
#define YEAR0 1970 |
Definition at line 10 of file LCTime.cc.
Referenced by UTIL::LCTime::convertFromCalTime(), UTIL::LCTime::convertToCalTime(), UTIL::LCTime::LCTime(), and UTIL::LCTime::test().