Diana Software
QUnrollSidePulses.hh
Go to the documentation of this file.
1 #ifndef _Q_UNROLLSIDEPULSES_HH_
2 #define _Q_UNROLLSIDEPULSES_HH_
3 
13 #include "QReaderEventGenerator.hh"
14 
16 
18 {
19  public:
20  void Init(const QReader& reader,QEventAssembler &eva);
21 
22  void FillList(const QEvent& ev, QCachedEventList& list);
23  private:
24 
25 
26 };
27 
29 #endif
#define Q_END_NAMESPACE
Definition: QDiana.hh:22
#define Q_BEGIN_NAMESPACE
Definition: QDiana.hh:20
Visitor class of QEvent that provides full handling of QEvent.
diana event
Definition: QEvent.hh:46
Base class for event generators such as side pulses generators.
Base class for diana event readers.
Definition: QReader.hh:50
Unroll side pulses saved by Apollo.
void FillList(const QEvent &ev, QCachedEventList &list)
void Init(const QReader &reader, QEventAssembler &eva)