1 #ifndef __JSUPPORT__JRUNBYRUN__
2 #define __JSUPPORT__JRUNBYRUN__
17 namespace JPP {
using namespace JSUPPORT; }
50 return !this->
template get<JMultipleFileScanner<>,
true>().empty();
101 properties[
"file"] =
object.template get<JMultipleFileScanner<>,
true>();
102 properties[
"sampler"] =
object.getSampler();
Auxiliary class to select summary data (KM3NETDAQ::JDAQSummaryslice) from the specified raw data file...
bool read(const JEquation &equation)
Read equation.
bool is_valid()
Check validity of run by run options.
void load()
Load data from file with name corresponding to current contents.
Utility class to parse parameter values.
JRewindableObjectIterator< T > & in
Utility class to parse parameter values.
Template class for randomly sampling from a JLANG::JRewindableObjectIterator using a JLANG::JObjectSa...
std::ostream & write(std::ostream &out) const
Write the current parameter values.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
static JStat getFileStatus
Function object for file status.
Wrapper class around STL stringstream class to facilitate optional loading of data from file...
JRunByRun()
Default constructor.
Auxiliary class to sample from a list of files.
friend std::istream & operator>>(std::istream &in, JRunByRun &object)
Read run by run options from input.
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.