![]() |
Diana Software
|
coordinates to filla QPulse from a continuous file More...
Public Member Functions | |
| QPulseFiller () | |
| QPulseFiller (int run, int chan, Diana::QLong64 start, Diana::QLong64 stop) | |
| virtual QError | Fill (Diana::QVectorI &samples) const |
| virtual QError | Fill (Diana::QVector &samples) const |
| void | SetChannel (const int channel) |
| Int_t | GetRun () const |
| void | SetRun (const int run) |
| Int_t | GetChannel () const |
| ULong64_t | GetStartTime () const |
| ULong64_t | GetStopTime () const |
| void | SetStartTime (Long64_t start) |
| void | SetStopTime (Long64_t stop) |
| void | SetStartTime (ULong64_t start) |
| void | SetStopTime (ULong64_t stop) |
| void | Clear () |
| clear members More... | |
Protected Member Functions | |
| QObjectDef (QPulseFiller, 4) | |
Protected Attributes | |
| int | fRun |
| int | fChannel |
| Diana::QULong64 | fStartT |
| Diana::QULong64 | fStopT |
coordinates to filla QPulse from a continuous file
Store coordinates to fill a QPulse from a continuous file. class stores. Remember to Validate() the object before use.
Definition at line 19 of file QPulseFiller.hh.
| QPulseFiller::QPulseFiller | ( | ) |
Definition at line 7 of file QPulseFiller.cc.
| QPulseFiller::QPulseFiller | ( | int | run, |
| int | chan, | ||
| Diana::QLong64 | start, | ||
| Diana::QLong64 | stop | ||
| ) |
Definition at line 16 of file QPulseFiller.cc.
| void QPulseFiller::Clear | ( | ) |
clear members
Definition at line 39 of file QPulseFiller.cc.
References fChannel, fRun, fStartT, fStopT, and Q_INT_DEFAULT.
Referenced by QPulse::Clear(), and QPulse::operator=().
|
virtual |
Definition at line 25 of file QPulseFiller.cc.
References err, and QERR_NOT_IMPLEMENTED.
|
virtual |
Definition at line 32 of file QPulseFiller.cc.
References err, and QERR_NOT_IMPLEMENTED.
Referenced by QPulse::Consolidate(), QPulse::GetSamples(), QPulse::operator=(), and QPulse::SetPulseFiller().
|
inline |
Definition at line 36 of file QPulseFiller.hh.
References fChannel.
|
inline |
Definition at line 32 of file QPulseFiller.hh.
References fRun.
|
inline |
Definition at line 38 of file QPulseFiller.hh.
References fStartT.
|
inline |
Definition at line 40 of file QPulseFiller.hh.
References fStopT.
|
protected |
|
inline |
Definition at line 30 of file QPulseFiller.hh.
|
inline |
Definition at line 34 of file QPulseFiller.hh.
References fRun.
|
inline |
Definition at line 42 of file QPulseFiller.hh.
References fStartT.
Referenced by MCustomWaveform::Do().
|
inline |
Definition at line 46 of file QPulseFiller.hh.
References fStartT.
|
inline |
Definition at line 44 of file QPulseFiller.hh.
References fStopT.
Referenced by MCustomWaveform::Do().
|
inline |
Definition at line 48 of file QPulseFiller.hh.
References fStopT.
|
protected |
Definition at line 56 of file QPulseFiller.hh.
Referenced by Clear(), GetChannel(), and SetChannel().
|
protected |
Definition at line 55 of file QPulseFiller.hh.
|
protected |
Definition at line 57 of file QPulseFiller.hh.
Referenced by Clear(), GetStartTime(), and SetStartTime().
|
protected |
Definition at line 58 of file QPulseFiller.hh.
Referenced by Clear(), GetStopTime(), and SetStopTime().