Diana Software
pkg
dianageneralmodules
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
;
60
bool
fConversion
;
61
62
};
63
64
#endif
65
QModule.hh
MQVectorToQPulse
convert a QVector event member to a QPulse
Definition:
MQVectorToQPulse.hh:44
MQVectorToQPulse::Do
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
Definition:
MQVectorToQPulse.cc:24
MQVectorToQPulse::fConversion
bool fConversion
Definition:
MQVectorToQPulse.hh:60
MQVectorToQPulse::Init
void Init(Diana::QEvent &ev)
Init method.
Definition:
MQVectorToQPulse.cc:15
MQVectorToQPulse::fQVectorLabel
std::string fQVectorLabel
Definition:
MQVectorToQPulse.hh:58
MQVectorToQPulse::Done
void Done()
Done method.
Definition:
MQVectorToQPulse.cc:39
MQVectorToQPulse::fName
std::string fName
Definition:
MQVectorToQPulse.hh:59
Generated by
1.9.1