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.
std::ostream & write(std::ostream &out) const
Write the current parameter values.
bool read(const JEquation &equation)
Read equation.
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.
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.
JRunByRun()
Default constructor.
friend std::istream & operator>>(std::istream &in, JRunByRun &object)
Read run by run options from input.