Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

ChronoEntity.cpp File Reference

implementation fiel for class ChronoEntity More...

#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"

Include dependency graph for ChronoEntity.cpp:

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


Detailed Description

implementation fiel for class ChronoEntity

Author:
Vanya BELYAEV Ivan.Belyaev@itep.ru
Date:
: December 1, 1999

Definition in file ChronoEntity.cpp.


Define Documentation

#define GAUDIKERNEL_CHRONOENTITY_CPP   1

Definition at line 3 of file ChronoEntity.cpp.


Variable Documentation

const double day = 24 * hour [static]

Definition at line 41 of file ChronoEntity.cpp.

const double hour = 60 * minute [static]

Definition at line 40 of file ChronoEntity.cpp.

const double microsecond = 1 [static]

unit here is microsecond

Definition at line 36 of file ChronoEntity.cpp.

const double millisecond = 1000 * microsecond [static]

Definition at line 37 of file ChronoEntity.cpp.

const double minute = 60 * second [static]

Definition at line 39 of file ChronoEntity.cpp.

const double month = 30 * day [static]

Definition at line 43 of file ChronoEntity.cpp.

const System::TimeType MyUnit = System::microSec [static]

unit here is microsecond

Definition at line 34 of file ChronoEntity.cpp.

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.

const double week = 7 * day [static]

Definition at line 42 of file ChronoEntity.cpp.

const double year = 365 * day [static]

Definition at line 44 of file ChronoEntity.cpp.


Generated at Wed Mar 17 18:10:56 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004