Go to the documentation of this file. 1 #ifndef __JSUPPORT__JMULTIPLEFILESAMPLER__
2 #define __JSUPPORT__JMULTIPLEFILESAMPLER__
27 template<
class T,
template<
class>
class JSampler_t = JSampler>
29 public JTemplate< JMultipleFileScanner<T> >,
const T & get() const
Get reference to object.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Interface for object iteration with rewinding.
Auxiliary class to sample from a list of files.
Template class for sampling from a JRewindableObjectIterator.
General purpose class for object reading from a list of file names.
Auxiliary class for managing multiple objects.
Support classes and methods for experiment specific I/O.
JSampler_t< T > sampler_type
Auxiliary class to sample objects from a rewindable object iterator.
JMultipleFileSampler(const sampler_type &sampler=sampler_type())
Constructor.