Diana Software
MPulseIntegral.hh
Go to the documentation of this file.
1 #ifndef _M_PULSEINTEGRAL_HH_
2 #define _M_PULSEINTEGRAL_HH_
3 
38 #include "QModule.hh"
39 
40 class MPulseIntegral : public Diana::QModule {
41 
42  public:
43 
45  void Init(Diana::QEvent& ev);
46 
48  void Do(Diana::QEvent& ev);
49  //void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
50 
52  void Done();
53  private:
54  std::string fPulseLabel;
55  std::string fBaselineOwner;
56  std::string fAmplitudeLabel;
58  bool fTomV;
59 
60 };
61 
62 #endif
63 
Compute the pulse integral.
std::string fAmplitudeLabel
void Init(Diana::QEvent &ev)
Init method.
std::string fPulseLabel
std::string fBaselineOwner
void Do(Diana::QEvent &ev)
Do method. Declare and implement only one of the two versions.
void Done()
Done method.