A Sample that consists only of Meta-Information. More...
#include <SampleMeta.h>
Public Member Functions | |
void | testInvariant () const |
test the invariant of this object | |
SampleMeta () | |
standard constructor | |
SampleMeta (const std::string &name) | |
standard constructor | |
Protected Member Functions | |
virtual std::vector< std::string > | doMakeFileList () const |
ClassDef (SampleMeta, 1) |
A Sample that consists only of Meta-Information.
The purpose of this sample is that you can fill an entire SampleHandler with just Meta-Information and then pull the data for the samples you are actually using into your local sample via SampleHandler::fetchDefaults().
SH::SampleMeta::SampleMeta | ( | ) |
standard constructor
SH::SampleMeta::SampleMeta | ( | const std::string & | name | ) |
standard constructor
name | the name of the sample |
virtual std::vector<std::string> SH::SampleMeta::doMakeFileList | ( | ) | const [protected, virtual] |
make a list of all files, prestaging them if necessary
Implements SH::Sample.
void SH::SampleMeta::testInvariant | ( | ) | const |