5#ifndef SAMPLE_HANDLER_SAMPLE_GRID_HH
6#define SAMPLE_HANDLER_SAMPLE_GRID_HH
void testInvariant() const
test the invariant of this object
SampleGrid(const std::string &name)
standard constructor
virtual std::size_t getNumFiles() const
the number of files in the sample
virtual std::vector< std::string > doMakeFileList() const
make a list of all files, prestaging them if necessary
virtual std::string getFileName(std::size_t index) const
the name of the file with the given index
virtual SamplePtr doMakeLocal() const
Make this a local sample, i.e.
SampleGrid()
standard constructor
Sample(const std::string &name)
standard constructor
const std::string & name() const
the name of the sample we are using
This module provides a lot of global definitions, forward declarations and includes that are used by ...