20 const std::vector<QSampleInfo>& samplesInfo = pulseInfo.
GetSamplesInfo();
21 if(!samplesInfo.empty()) {
22 std::vector<QSampleInfo>::const_iterator sampleInfo = samplesInfo.begin();
23 while(sampleInfo != samplesInfo.end()) {
24 if(sampleInfo->GetIsPulser())
return false;
#define REGISTER_MODULE(clazz)
select events with no heater pulses in window
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
Raw event: bolometer channel, trigger positions and types.
const std::vector< QSampleInfo > & GetSamplesInfo() const
Get Samples Info.
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...