Diana Software
QSidePulse.hh
Go to the documentation of this file.
1 
11 #ifndef _QSIDEPULSE_HH_
12 #define _QSIDEPULSE_HH_
13 
14 #include "QDiana.hh"
15 #include "QPulse.hh"
16 #include "QPulseInfo.hh"
17 
18 class QSidePulse : public Diana::QObject {
19 
20  public:
21  void Clear();
22  void Dump(std::ostream& o) const;
23 
26 
28 
29 };
30 
31 
32 #endif
Raw event: bolometer channel, trigger positions and types.
Definition: QPulseInfo.hh:18
Raw event: sampled waveform.
Definition: QPulse.hh:22
Raw event: QPulse and QPulseInfo of a neighbour bolometer.
Definition: QSidePulse.hh:18
void Dump(std::ostream &o) const
Definition: QSidePulse.cc:11
QPulse fPulse
Definition: QSidePulse.hh:25
void Clear()
QPulseInfo fPulseInfo
Definition: QSidePulse.hh:24
QObjectDef(QSidePulse, 2)