|
Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
|
Scanning of objects from multiple files according a format that follows from the extension of each file name. More...
#include <string>#include <vector>#include <limits>#include <fstream>#include "TChain.h"#include "TChainElement.h"#include "JLang/JObjectIterator.hh"#include "JLang/JTypeList.hh"#include "JLang/JNullType.hh"#include "JLang/JMultiEquals.hh"#include "JLang/JException.hh"#include "JSystem/JGlob.hh"#include "JSupport/JLimit.hh"#include "JSupport/JFileScanner.hh"Go to the source code of this file.
Classes | |
| struct | JSUPPORT::JMultipleFileScanner_t |
| Auxiliary base class for list of file names. More... | |
| class | JSUPPORT::JMultipleFileScanner< JNullType > |
| Template specialisation of JMultipleFileScanner for undefined type. More... | |
| class | JSUPPORT::JMultipleFileScanner< T > |
| General purpose class for object reading from a list of file names. More... | |
| class | JSUPPORT::JMultipleFileScanner< JTypeList< JHead_t, JTail_t > > |
| Implementation of object reading for multiple data types from a list of file names. More... | |
| class | JSUPPORT::JMultipleFileScanner< JTypeList< JHead_t, JNullType > > |
| Terminator class of recursive JMultipleFileScanner class. More... | |
Namespaces | |
| namespace | JSUPPORT |
| Support classes and methods for experiment specific I/O. | |
| namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Scanning of objects from multiple files according a format that follows from the extension of each file name.
Definition in file JMultipleFileScanner.hh.