Diana Software
MQVectorToQPulse.hh
Go to the documentation of this file.
1 #ifndef _M_QVECTORTOQPULSE_HH_
2 #define _M_QVECTORTOQPULSE_HH_
3 
42 #include "QModule.hh"
43 
44 class MQVectorToQPulse : public Diana::QModule {
45 
46  public:
47 
49  void Init(Diana::QEvent& ev);
50 
52  void Do(Diana::QEvent& ev);
53  //void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
54 
56  void Done();
57  private:
58  std::string fQVectorLabel;
59  std::string fName;
61 
62 };
63 
64 #endif
65 
convert a QVector event member to a QPulse
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
void Init(Diana::QEvent &ev)
Init method.
std::string fQVectorLabel
void Done()
Done method.