#include <DuneTimeConverter.h>
Definition at line 21 of file DuneTimeConverter.h.
Definition at line 15 of file DuneTimeConverter.cxx.
16 const uint64_t nsecPerUsec = 1000;
19 uint64_t sec = secSinceNovaT0 +
novaT0Sec();
21 uint64_t tart = (sec << 32) + nsec;
static uint64_t novaTicksPerSec()
static uint64_t novaT0Sec()
static uint64_t novaTicksPerUsec()
Definition at line 55 of file DuneTimeConverter.cxx.
56 string::size_type ipos = stime.find(
".");
57 if ( ipos != string::npos ) ++ipos;
58 while ( ipos < stime.size() && stime[ipos] ==
'0' ) ++ipos;
59 bool hasns = ipos < stime.size();
61 istringstream sssec(stime.substr(0,ipos));
65 istringstream ssns(stime.substr(ipos));
static art::Timestamp makeTimestamp(uint32_t tsec, uint32_t trem)
art::Timestamp DuneTimeConverter::makeTimestamp |
( |
uint32_t |
tsec, |
|
|
uint32_t |
trem |
|
) |
| |
|
static |
static uint64_t DuneTimeConverter::novaT0Sec |
( |
| ) |
|
|
inlinestatic |
static uint64_t DuneTimeConverter::novaTicksPerSec |
( |
| ) |
|
|
inlinestatic |
static uint64_t DuneTimeConverter::novaTicksPerUsec |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file DuneTimeConverter.cxx.
constexpr std::uint32_t timeLow() const
constexpr std::uint32_t timeHigh() const
static uint64_t novaTicksPerSec()
static uint64_t novaT0Sec()
static uint64_t novaTicksPerUsec()
Definition at line 45 of file DuneTimeConverter.cxx.
constexpr std::uint32_t timeLow() const
constexpr std::uint32_t timeHigh() const
Q_EXPORT QTSManip setw(int w)
Q_EXPORT QTSManip setfill(int f)
The documentation for this class was generated from the following files: