Diana Software
QPulseInfo.cc
Go to the documentation of this file.
1 #include "QPulseInfo.hh"
2 
3 using std::endl;
5 
7 {
9  fSamplesInfo.clear();
11 }
12 
13 void QPulseInfo::Dump(std::ostream& o) const
14 {
15  o<<"ChannelId: "<<fChannelId<<endl;
16  o<<"MasterSample: "<<endl;
18  o<<"# of significant samples: "<<fSamplesInfo.size()<<endl;
19 }
#define Q_INT_DEFAULT
Definition: QDiana.hh:26
QObjectImp(QPulseInfo) void QPulseInfo
Definition: QPulseInfo.cc:4
Raw event: bolometer channel, trigger positions and types.
Definition: QPulseInfo.hh:18
void Dump(std::ostream &o) const
Dump content to stream.
Definition: QPulseInfo.cc:13
void Clear()
Clear()
int fChannelId
Channel.
Definition: QPulseInfo.hh:64
std::vector< QSampleInfo > fSamplesInfo
flagged samples of this pulse window
Definition: QPulseInfo.hh:66
QSampleInfo fMasterSample
sample that caused the event dump
Definition: QPulseInfo.hh:69
void Dump(std::ostream &o) const
Definition: QSampleInfo.cc:21
void Clear()
Definition: QSampleInfo.cc:11