Diana Software
QReaderEventGeneratorFiller.hh
Go to the documentation of this file.
1 #ifndef _Q_READER_EVENT_GENERATOR_FILLER_HH_
2 #define _Q_READER_EVENT_GENERATOR_FILLER_HH_
3 
4 #include "QDiana.hh"
5 #include "QCachedEventList.hh"
7 
9 
10 class QReader;
12 class QEventAssembler;
13 
15 
16  public:
18 
20 
21  void Init(QEventAssembler &eva);
22 
23  bool Do(QEventAssembler& eva);
24 
25 
26  private:
31 };
32 
34 
35 #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.
Simple base class for time profiling a module.
QReaderEventGenerator * fReaderEventGenerator
Base class for event generators such as side pulses generators.
Base class for diana event readers.
Definition: QReader.hh:50