|
AnalysisPlugins 2.0(r200)
For the analysis of event energy and time
|
PacWaveformDICF's main class. More...
#include <PacWaveformDICF.h>
Inheritance diagram for PacWaveformDICF:Public Types | |
| enum | InterpolationMethod { LinearInterpolation = 0, CubicPolynomialInterpolation = 1 } |
Public Member Functions | |
| PacWaveformDICF (QObject *parent=0) | |
| virtual | ~PacWaveformDICF () |
| virtual QObject * | emptyClone () |
| virtual void | setParentBranch (PropertyBranchInterface *p=0) |
| virtual void | setWaveformData (WaveformDataInterface *data) |
| virtual WaveformDataInterface ** | createWaveformDataObjects (quint32 num) const |
| virtual void | readUpdatedParameters () |
| virtual QWidget * | getWidget () |
Friends | |
| class | PacWaveformDataDICF |
PacWaveformDICF's main class.
| PacWaveformDICF::PacWaveformDICF | ( | QObject * | parent = 0 | ) |
| PacWaveformDICF::~PacWaveformDICF | ( | ) | [virtual] |
| WaveformDataInterface ** PacWaveformDICF::createWaveformDataObjects | ( | quint32 | num | ) | const [virtual] |
Implements WaveformProcessingInterface.
| QObject * PacWaveformDICF::emptyClone | ( | ) | [virtual] |
Implements WaveformPresentationInterface.
| QWidget * PacWaveformDICF::getWidget | ( | ) | [virtual] |
Reimplemented from PacWaveformBase.
| void PacWaveformDICF::readUpdatedParameters | ( | ) | [virtual] |
PacMan.cpp cares that parameters are never written while analyze() reads them in another thread!
Reimplemented from PacWaveformBase.
| void PacWaveformDICF::setParentBranch | ( | PropertyBranchInterface * | p = 0 | ) | [virtual] |
Reimplemented from PacWaveformBase.
| void PacWaveformDICF::setWaveformData | ( | WaveformDataInterface * | data | ) | [virtual] |
Reimplemented from PacWaveformBase.
friend class PacWaveformDataDICF [friend] |
1.7.3