Diana Software
QTestReaderEventGenerator.hh
Go to the documentation of this file.
1 #ifndef _Q_TEST_READEREVENTGENERATOR_HH_
2 #define _Q_TEST_READEREVENTGENERATOR_HH_
3 
5 
7 
9 {
10  public:
11  void Init(const QReader& reader,QEventAssembler &eva);
12 
13  void FillList(const QEvent& ev, QCachedEventList& list);
14  private:
16 
17 
18 };
19 
21 #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
void FillList(const QEvent &ev, QCachedEventList &list)
void Init(const QReader &reader, QEventAssembler &eva)