#include <PulserXScale.h>
Inheritance diagram for PulserXScale:

Public Member Functions | |
| PulserXScale () | |
| virtual | ~PulserXScale () |
| PulserXScale (int aggNo, int seid, float scale) | |
| UInt_t | GetIndex (UInt_t) const |
| Int_t | GetAggregateNo () const |
| Float_t | GetXScale () const |
| virtual DbiTableRow * | CreateTableRow () const |
| virtual void | Fill (DbiResultSet &rs, const DbiValidityRec *vrec) |
| virtual void | Store (DbiOutRowStream &ors, const DbiValidityRec *vrec) const |
Private Attributes | |
| Int_t | fAggregateNo |
| Int_t | fStripEnd |
| Float_t | fXScale |
|
|
Definition at line 42 of file PulserXScale.cxx. 00042 {}
|
|
|
Definition at line 43 of file PulserXScale.cxx. 00043 {}
|
|
||||||||||||||||
|
Definition at line 45 of file PulserXScale.cxx. 00045 : fAggregateNo(aggNo), fStripEnd(seid), fXScale(scale) 00046 { 00047 00048 }
|
|
|
Implements DbiTableRow. Definition at line 43 of file PulserXScale.h. 00043 { return new PulserXScale;}
|
|
||||||||||||
|
Implements DbiTableRow. Definition at line 51 of file PulserXScale.cxx. References fAggregateNo, and fStripEnd. 00053 {
00054 rs >> fAggregateNo >>fStripEnd >> fXScale ;
00055
00056 }
|
|
|
Reimplemented from DbiTableRow. Definition at line 39 of file PulserXScale.h. Referenced by PulserDriftCalScheme::GetDriftFar(), and PulserDriftCalScheme::GetDriftPoint(). 00039 { return fAggregateNo; }
|
|
|
Reimplemented from DbiTableRow. Definition at line 38 of file PulserXScale.h. 00038 {return fStripEnd;}
|
|
|
Definition at line 40 of file PulserXScale.h. Referenced by PulserDriftCalScheme::GetDriftFar(), and PulserDriftCalScheme::GetDriftPoint(). 00040 {return fXScale;}
|
|
||||||||||||
|
Reimplemented from DbiTableRow. Definition at line 58 of file PulserXScale.cxx. References fAggregateNo, and fStripEnd. 00060 {
00061 ors << fAggregateNo
00062 << fStripEnd
00063 << fXScale;
00064 }
|
|
|
Definition at line 52 of file PulserXScale.h. |
|
|
Definition at line 53 of file PulserXScale.h. |
|
|
Definition at line 54 of file PulserXScale.h. |
1.3.9.1