Diana Software
MPulseBasicParameters.hh
Go to the documentation of this file.
1 #ifndef _M_PULSEBASICPARAMETERS_HH_
2 #define _M_PULSEBASICPARAMETERS_HH_
3 
48 #include "QModule.hh"
49 
50 class MPulseBasicParameters : public Diana::QModule {
51 
52  public:
54  void Init(Diana::QEvent& ev);
55 
57  void Do(Diana::QEvent& ev);
58 
60  void Done();
61  private:
62  bool fIsOnline;
63  std::string fPulseLabel;
64  std::string fBaselineOwner;
65  bool fTomV;
66 
67 };
68 
69 #endif
70 
computes basic pulse parameters
void Init(Diana::QEvent &ev)
Init method.
void Do(Diana::QEvent &ev)
Do method.