#include <H1BankFuns.h>
Inheritance diagram for JBLH1SomeBankFloatFun< H1SomeBankPtr, H1SomeRow, TM >:
Definition at line 32 of file H1BankFuns.h.
Public Member Functions | |
JBLH1SomeBankFloatFun (const H1SomeBankPtr &ptr_, const FillIterator &iter_, TM(H1SomeRow::*ptr_mem_)() const, const char *attribname=0) | |
Constructor from H1BankPtr. | |
virtual Float_FF | operator() () const |
Returns Float_FF value of selected column. | |
virtual const FillIterator * | getIterator () const |
Returns pointer to iterator. | |
Protected Member Functions | |
virtual | ~JBLH1SomeBankFloatFun () |
Protected virtual destructor to ensure creation on the heap. | |
Private Attributes | |
const H1SomeBankPtr & | ptr |
The bank pointer. | |
const FillIterator & | iter |
The iterator. | |
TM(H1SomeRow::* | ptr_mem )() const |
|
Constructor from H1BankPtr.
Definition at line 35 of file H1BankFuns.h. References NamedO::getName(), JBLH1SomeBankFloatFun< H1SomeBankPtr, H1SomeRow, TM >::iter, and JBLH1SomeBankFloatFun< H1SomeBankPtr, H1SomeRow, TM >::ptr. |