Changeset 10469
- Timestamp:
- 04/26/11 19:12:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Time.cc
r10460 r10469 130 130 } 131 131 132 double_t Time::SecondsOfDay() const 132 // -------------------------------------------------------------------------- 133 // 134 //! @returns the seconds of the day including the fractional seconds. 135 //! 136 double Time::SecondsOfDay() const 133 137 { 134 138 const time_duration tod = time_of_day(); … … 164 168 // -------------------------------------------------------------------------- 165 169 // 166 // Returnseconds since 1970/1/1170 // @returns seconds since 1970/1/1 167 171 // 168 172 double Time::UnixTime() const … … 171 175 } 172 176 177 // -------------------------------------------------------------------------- 178 // 179 //! @returns the time in a format needed for root's TAxis 180 //! 173 181 double Time::RootTime() const 174 182 {
Note:
See TracChangeset
for help on using the changeset viewer.