Diana Software
pkg
modprepulse
MGoodWaveform.hh
Go to the documentation of this file.
1
#ifndef _M_GOODWAVERFORM_HH_
2
#define _M_GOODWAVERFORM_HH_
3
43
#include "
QFilter.hh
"
44
45
class
MGoodWaveform
:
public
Diana::QFilter {
46
47
public
:
49
void
GetCuts
(
const
Diana::QEvent& ev);
50
52
bool
Filter
(
const
Diana::QEvent& ev);
53
54
private
:
55
int
fnPeaks
;
56
double
fBaselineSlope
;
57
58
};
59
60
#endif
61
QFilter.hh
MGoodWaveform
Filter to select good waveform.
Definition:
MGoodWaveform.hh:45
MGoodWaveform::Filter
bool Filter(const Diana::QEvent &ev)
return true if ev passes the cuts
Definition:
MGoodWaveform.cc:23
MGoodWaveform::fnPeaks
int fnPeaks
Definition:
MGoodWaveform.hh:55
MGoodWaveform::fBaselineSlope
double fBaselineSlope
Definition:
MGoodWaveform.hh:56
MGoodWaveform::GetCuts
void GetCuts(const Diana::QEvent &ev)
Get cuts from config file.
Definition:
MGoodWaveform.cc:13
Generated by
1.9.1