#include <NTFloatFun.h>
Inheritance diagram for NTFloatFunGA< Ntuple, T, A >:
An NTFloatFunGA 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 280 of file NTFloatFun.h.
Public Types | |
typedef T(Ntuple::* | Getter )(A) |
typedef T(Ntuple::* | ConstGetter )(A) const |
Public Member Functions | |
NTFloatFunGA (const Ntuple &nt_, Getter p_mem, A arg_, const char *name_="?") | |
Constructor from a member pointer. | |
NTFloatFunGA (const Ntuple &nt_, ConstGetter p_mem, A arg_, const char *name_="?") | |
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 | ~NTFloatFunGA () |
Protected destructor ensures creation on the heap. | |
Protected Attributes | |
Ntuple & | nt |
Getter | getMethod |
A | arg |
|
Constructor from a member pointer.
Definition at line 286 of file NTFloatFun.h. |
|
Definition at line 294 of file NTFloatFun.h. |
|
Returns a new object with a different iterator.
Implements NTFloatFun. Definition at line 311 of file NTFloatFun.h. |
|
Returns a new object with a different offset.
Implements NTFloatFun. Definition at line 316 of file NTFloatFun.h. |