Jpp  18.4.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Variables
JTreeScanner.hh File Reference
#include <vector>
#include <string>
#include <ostream>
#include <iomanip>
#include <algorithm>
#include "JLang/JNullType.hh"
#include "JLang/JPointer.hh"
#include "JLang/JConversion.hh"
#include "JLang/JEquals.hh"
#include "JROOT/JChainReader.hh"
#include "JROOT/JCounter.hh"
#include "JROOT/JRootSupportkit.hh"
#include "Jeep/JMessage.hh"
#include "JSupport/JSingleFileScanner.hh"
#include "JSupport/JMultipleFileScanner.hh"
#include "JSupport/JTreeScannerInterface.hh"

Go to the source code of this file.

Classes

class  JSUPPORT::JTreeScanner_t< JClass_t >
 Base class for JTreeScanner. More...
 
class  JSUPPORT::JTreeScanner< JClass_t, JEvaluator_t >
 Template definition for direct access of elements in ROOT TChain. More...
 
class  JSUPPORT::JTreeScanner< JNullType, JNullType >
 Auxiliary base class for reporting messages. More...
 
class  JSUPPORT::JTreeScanner< JAssertConversion< JDerived_t, JBase_t >, JNullType >
 Specialiation of class JTreeScanner for unordered direct access of elements in ROOT TChain. More...
 
class  JSUPPORT::JTreeScanner< JClass_t, JNullType >
 Specialiation of class JTreeScanner for unordered direct access of elements in ROOT TChain. More...
 
class  JSUPPORT::JTreeScanner< JAssertConversion< JDerived_t, JBase_t >, JEvaluator_t >
 Specialiation of class JTreeScanner for ordered direct access of elements in ROOT TChain. More...
 
struct  JSUPPORT::JTreeScanner< JAssertConversion< JDerived_t, JBase_t >, JEvaluator_t >::JEntry_t
 Auxiliary data structure for sorting of objects in TChain. More...
 
class  JSUPPORT::JTreeScanner< JClass_t, JEvaluator_t >
 Template definition for direct access of elements in ROOT TChain. More...
 

Namespaces

 JSUPPORT
 Support classes and methods for experiment specific I/O.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Variables

static const char *const JSUPPORT::BRANCH_PATTERN = "vector"
 Pattern match for names of sub-branches that will not be read when ordering elements in a TTree. More...