#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.
|
namespace | JROOT |
| Auxiliary classes and methods for ROOT I/O.
|
|
namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
|
|
|
template<class T > |
void | JROOT::getObject (TFile *file, const TString &key, T *&ps) |
| Read object from ROOT file.
|
|