1#ifndef __JSUPPORT__JRUNBYRUN__
2#define __JSUPPORT__JRUNBYRUN__
50 return !(*this)->getFilelist().empty();
102 properties[
"file"] =
object->getFilelist();
103 properties[
"sampler"] =
object.getSampler();
Utility class to parse parameter values.
Utility class to parse parameter values.
JRewindableObjectIterator< T > & in
Wrapper class around STL stringstream class to facilitate optional loading of data from file.
void load()
Load data from file with name corresponding to current contents.
JWriter & write(JWriter &out) const override final
Write from input.
JReader & read(JReader &in) override final
Read from input.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Support classes and methods for experiment specific I/O.
static JStat getFileStatus
Function object for file status.
Auxiliary class to sample from a list of files.
Template class for randomly sampling from a JLANG::JRewindableObjectIterator using a JLANG::JObjectSa...
Auxiliary class to select summary data (KM3NETDAQ::JDAQSummaryslice) from the specified raw data file...
bool is_valid() const
Check validity of run by run options.
friend std::ostream & operator<<(std::ostream &out, const JRunByRun &object)
Write run by run options to output.
static JProperties getProperties(T &object)
Get properties of this class.
friend std::istream & operator>>(std::istream &in, JRunByRun &object)
Read run by run options from input.
JRunByRun()
Default constructor.