#include <HistoGetter.hpp>
Inheritance diagram for cafe::HistoGetter:

Only used internally by Hist1D.
Definition at line 18 of file HistoGetter.hpp.
Public Member Functions | |
| HistoGetter (const cafe::Variables &vars) | |
| virtual | ~HistoGetter () |
| virtual float | get (TObject *obj)=0 |
| const cafe::Variables & | vars () const |
Static Public Member Functions | |
| void | parse (const std::string &expression, std::string &branch, std::string &method) |
| HistoGetter * | create (TTree *tree, const std::string &branch, const std::string &method) |
Private Attributes | |
| const cafe::Variables | _vars |
|
|
Definition at line 71 of file HistoGetter.cpp. Referenced by HistoGetterImpl< T, RET >::HistoGetterImpl(). |
|
|
Definition at line 76 of file HistoGetter.cpp. |
|
||||||||||||||||
|
Definition at line 104 of file HistoGetter.cpp. |
|
|
Implemented in HistoGetterImpl< T, RET >. Referenced by cafe::Hist1D::processEvent(). |
|
||||||||||||||||
|
Definition at line 80 of file HistoGetter.cpp. |
|
|
Definition at line 122 of file HistoGetter.cpp. References _vars. Referenced by HistoGetterImpl< T, RET >::HistoGetterImpl(), and cafe::Hist1D::processEvent(). |
|
|
Definition at line 30 of file HistoGetter.hpp. Referenced by vars(). |
1.3.4