#include <H1BankFuns.h>
Inheritance diagram for JBLH1BankFloatFunInt:


Definition at line 121 of file H1BankFuns.h.
Public Member Functions | |
| JBLH1BankFloatFunInt (const char *name_, const FillIterator &iter_, int column_=0, const char *attribname=0) | |
| Constructor by name. | |
| JBLH1BankFloatFunInt (const H1BankPtr &ptr_, const FillIterator &iter_, int column_=0, const char *attribname=0) | |
| Constructor from H1BankPtr. | |
| virtual Float_FF | operator() () const |
| Returns Float_FF value of selected column. | |
| virtual JBLH1BankFloatFunInt & | operator[] (int newcolumn) const |
| Returns an JBLH1BankFloatFunInt that corresponds to a different column. | |
| virtual const FillIterator * | getIterator () const |
| Returns pointer to iterator. | |
Protected Member Functions | |
| virtual | ~JBLH1BankFloatFunInt () |
| Protected virtual destructor to ensure creation on the heap. | |
Private Attributes | |
| const H1BankPtr & | ptr |
| The bank pointer. | |
| const FillIterator & | iter |
| The iterator. | |
| int | column |
| The column (starting at 0!). | |
|
||||||||||||||||||||
|
Constructor by name.
Definition at line 124 of file H1BankFuns.h. References column, NamedO::getName(), iter, ptr, and NamedO::str(). Referenced by operator[](). |
|
||||||||||||||||||||
|
Constructor from H1BankPtr.
Definition at line 136 of file H1BankFuns.h. References column, NamedO::getName(), iter, ptr, and NamedO::str(). |
|
|
Returns an JBLH1BankFloatFunInt that corresponds to a different column.
Definition at line 152 of file H1BankFuns.h. References iter, JBLH1BankFloatFunInt(), and ptr. |
1.3.2