#include "LazyFrameSource.h"
#include "art/Framework/Principal/Handle.h"
#include "lardataobj/RawData/RawDigit.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Run.h"
#include "TTimeStamp.h"
#include "WireCellIface/IFrame.h"
#include "WireCellUtil/NamedFactory.h"
Go to the source code of this file.
static double tdiff |
( |
const art::Timestamp & |
ts1, |
|
|
const art::Timestamp & |
ts2 |
|
) |
| |
|
static |
Definition at line 156 of file LazyFrameSource.cxx.
158 TTimeStamp tts1(ts1.timeHigh(), ts1.timeLow());
159 TTimeStamp tts2(ts2.timeHigh(), ts2.timeLow());
160 return tts2.AsDouble() - tts1.AsDouble();