Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
|
Template definition for direct access of elements in ROOT TChain. More...
#include <JTreeScanner.hh>
Public Member Functions | |
JTreeScanner () | |
Default constructor. More... | |
JTreeScanner (const JMultipleFileScanner_t &file_list, const JEvaluator_t &evaluator=JEvaluator_t()) | |
Constructor. More... | |
JTreeScanner (const JMultipleFileScanner_t &file_list, const JLimit &limit, const JEvaluator_t &evaluator=JEvaluator_t()) | |
Constructor. More... | |
Template definition for direct access of elements in ROOT TChain.
Specialiation of class JTreeScanner for ordered direct access of elements in ROOT TChain.
The optional second template argument is used to the determine the value of an element which defines the apparent order the elements in the TChain. It also provides for the mechanism to find a corresponding entry in the TChain.
This class implements the JSUPPORT::JTreeScannerInterface interface.
Definition at line 696 of file JTreeScanner.hh.
|
inline |
|
inline |
Constructor.
file_list | file list |
evaluator | evaluator |
Definition at line 713 of file JTreeScanner.hh.
|
inline |
Constructor.
file_list | file list |
limit | limit |
evaluator | evaluator |
Definition at line 726 of file JTreeScanner.hh.