Diana Software
MSideAmplitude.hh
Go to the documentation of this file.
1 #ifndef _M_SIDEAMPLITUDE_HH_
2 #define _M_SIDEAMPLITUDE_HH_
3 
44 #include "QModule.hh"
45 
46 class MSideAmplitude : public Diana::QModule {
47 
48  public:
49 
51  void Init(Diana::QEvent& ev);
52 
54  void Do(Diana::QEvent& ev, const Diana::QEventList& neighbours);
55 
57  void Done();
58  private:
59  int fDataset;
60  std::string fSamplesOwner;
61  std::set<int> fBlackList;
62 
63 };
64 
65 #endif
66 
module to calculate amplitude of side pulses starting from the main pulse and the jitter
void Do(Diana::QEvent &ev, const Diana::QEventList &neighbours)
Do method. Declare and implement only one of the two versions.
void Init(Diana::QEvent &ev)
Init method.
std::string fSamplesOwner
std::set< int > fBlackList
void Done()
Done method.