TLeaf * EvapLMOF::GetLeaf | ( | const char * | leafname = "no" | ) |
To get a ROOT leaf corresponding to one of the variable.
It helps you to write general macros to fill histograms. A leaf is a pointer to one of the value of the global record, the id record, the data record or the kinematic record. For instance, the following part of code fills the gamma multiplicity histogram. To get the Z distribution of the residus, just change "MG" by "Z".
Definition at line 633 of file EvapLMOF.cpp.