Jpp  16.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JMultipleFileScanner.hh File Reference

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< T >
 General purpose class for object reading from a 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

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

Detailed Description

Scanning of objects from multiple files according a format that follows from the extension of each file name.

Author
mdejong

Definition in file JMultipleFileScanner.hh.