Diana Software
QReaderEventGenerator.cc
Go to the documentation of this file.
2 #include "QEventAssembler.hh"
3 #include "QDemangle.hh"
4 
6 
8  QEventAssembler &eva)
9 {
10  fName = Demangle(*this,1);
11  Init(reader,eva);
12 }
13 
15 
std::string Demangle(const C &obj, int firstChar=0)
Definition: QDemangle.hh:12
#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.
virtual void Init(const QReader &reader, QEventAssembler &eva)=0
void InitBase(const QReader &reader, QEventAssembler &eva)
Base class for diana event readers.
Definition: QReader.hh:50