#include <NTFloatFun.h>
Inheritance diagram for NTFloatFunGF< T >:
An NTFloatFunG collaborates with a class Ntuple, which automatically generated by TTree::MakeClass, and returns a Float_t value from a given branch.
Author: Benno List, Jenny Böhme
Changelog:
Definition at line 348 of file NTFloatFun.h.
Public Types | |
typedef T(* | Getter )() |
Public Member Functions | |
NTFloatFunGF (Getter p_mem, const char *name_="?") | |
Constructor from a member pointer. | |
virtual Float_FF | operator() () const |
Returns a Float_FF value from an ntuple row. | |
virtual NTFloatFun & | operator[] (const IntFunPoR &iter_) const |
Returns a new object with a different iterator. | |
virtual NTFloatFun & | operator[] (int offset_) const |
Returns a new object with a different offset. | |
Protected Member Functions | |
virtual | ~NTFloatFunGF () |
Protected destructor ensures creation on the heap. | |
Protected Attributes | |
Getter | getMethod |
|
Constructor from a member pointer.
Definition at line 353 of file NTFloatFun.h. |
|
Returns a new object with a different iterator.
Implements NTFloatFun. Definition at line 367 of file NTFloatFun.h. |
|
Returns a new object with a different offset.
Implements NTFloatFun. Definition at line 372 of file NTFloatFun.h. |