Jpp  17.2.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JRootFileReader.hh File Reference
#include <string>
#include <limits>
#include "TFile.h"
#include "TString.h"
#include "JLang/JObjectIterator.hh"
#include "JLang/JException.hh"
#include "JLang/JType.hh"
#include "JROOT/JTreeReaderObjectIterator.hh"
#include "JROOT/JTreeParameters.hh"
#include "JROOT/JRootFile.hh"
#include "JROOT/JRootSupportkit.hh"

Go to the source code of this file.

Classes

class  JROOT::JRootFileReader< T, bool >
 ROOT file reader. More...
 
class  JROOT::JRootFileReader< T, false >
 Tempate specialisation of JRootFileReader for TTree incompatible iteration. More...
 
class  JROOT::JRootFileReader< T, true >
 Tempate specialisation of JRootFileReader for TTree compatible iteration. More...
 

Namespaces

 JROOT
 Auxiliary classes and methods for ROOT I/O.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
void JROOT::getObject (TFile *file, const TString &key, T *&ps)
 Read object from ROOT file. More...