|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <iostream>
#include <iomanip>
#include <cmath>
#include <algorithm>
#include <cstdio>
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/ChronoEntity.h"
#include "boost/format.hpp"

Go to the source code of this file.
Defines | |
| #define | GAUDIKERNEL_CHRONOENTITY_CPP 1 |
Variables | |
| const System::TimeType | MyUnit = System::microSec |
| unit here is microsecond | |
| const double | microsecond = 1 |
| unit here is microsecond | |
| const double | millisecond = 1000 * microsecond |
| const double | second = 1000 * millisecond |
| const double | minute = 60 * second |
| const double | hour = 60 * minute |
| const double | day = 24 * hour |
| const double | week = 7 * day |
| const double | month = 30 * day |
| const double | year = 365 * day |
| const double | nanosecond = 0.001 * microsecond |
Definition in file ChronoEntity.cpp.
| #define GAUDIKERNEL_CHRONOENTITY_CPP 1 |
Definition at line 3 of file ChronoEntity.cpp.
Definition at line 41 of file ChronoEntity.cpp.
Definition at line 40 of file ChronoEntity.cpp.
const double microsecond = 1 [static] |
const double millisecond = 1000 * microsecond [static] |
Definition at line 37 of file ChronoEntity.cpp.
Definition at line 39 of file ChronoEntity.cpp.
Definition at line 43 of file ChronoEntity.cpp.
const System::TimeType MyUnit = System::microSec [static] |
const double nanosecond = 0.001 * microsecond [static] |
Definition at line 45 of file ChronoEntity.cpp.
const double second = 1000 * millisecond [static] |
Definition at line 38 of file ChronoEntity.cpp.
Definition at line 42 of file ChronoEntity.cpp.
Definition at line 44 of file ChronoEntity.cpp.