00001 //----------------------------------------------------------------------------- 00002 // 00003 // File and Version Information: 00004 // $Id: BdbTimeConst.cc,v 1.2 1999/01/12 01:05:19 brownd Exp $ 00005 // 00006 // Description: 00007 // Class BdbTimeConst 00008 // This class contains time constants used by the BdbTime 00009 // and BdbDuration classes. 00010 // 00011 // Environment: 00012 // Software developed for the BaBar Detector at the SLAC B-Factory. 00013 // 00014 // Author List: 00015 // J. Ohnemus Original Author 00016 // 00017 // Copyright Information: 00018 // Copyright (C) 1994, 1995 Lawrence Berkeley Laboratory 00019 // 00020 //----------------------------------------------------------------------------- 00021 #include "BaBar/BaBar.hh" 00022 //----------------------- 00023 // This Class's Header -- 00024 //----------------------- 00025 #include "BdbTime/BdbTimeConst.hh" 00026 00027 //--------------- 00028 // Definitions -- 00029 //--------------- 00030 00031 const d_ULong BdbTimeConst::minusInfinity = 0U; // 0 00032 const d_ULong BdbTimeConst::plusInfinity = 4294967295U; // 2^32 - 1 00033 const d_ULong BdbTimeConst::nsecInASec = 1000000000U; // ns in 1 sec 00034 const d_ULong BdbTimeConst::seconds_1901_to_1970 = 2177452800U; 00035 00036 00037 00038 00039 00040 00041
1.3-rc3