26 GlobalData().Get(
"",&
rHandle,
"");
29 const unsigned long long time = hdr.
GetTime().GetFromStartRunNs();
31 const size_t N = pulse.GetSamples().Size();
32 const unsigned long long duration = (
unsigned long long)(
double(
N)*1.e09/samplFreq);
34 if(time < duration)
return false;
QRunDataHandle rHandle(753)
#define REGISTER_MODULE(clazz)
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
basic channel and run based info. Used in the QRunData object.
double fSamplingFrequency
sampling frequency in Hz
void Get(const char *owner, ReadHandle< Q > &handle) const
Get a QObject Handle in read mode.
Raw event: bolometer channel, trigger positions and types.
Raw event: sampled waveform.
global handle for QRunData
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...