40 JRegulator_t(
const double rate_Hz,
43 setInterval((
long long int) (1.0e6 / rate_Hz));
54 virtual bool accept()
const
72 inline operator bool()
const
90 int main(
int argc,
const char *argv[])
107 JParser<> zap(
"Auxiliary program to send objects to JLigier server.");
110 zap[
'H'] =
make_field(hostname) =
"localhost";
111 zap[
'C'] =
make_field(selector) = getROOTClassSelection<typelist>();
120 catch(
const exception &error) {
121 FATAL(error.what() << endl);
126 for (JRegulator_t regulator(rate_Hz, time_s); regulator; inputFile.
rewind()) {
General purpose messaging.
Scanning of objects from multiple files according a format that follows from the extension of each fi...
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Implementation of pipe operation for object iterators.
int main(int argc, const char *argv[])
ROOT TTree parameter settings of various packages.
Scheduling of actions via fixed latency intervals.
Interface for controlling object throughput.
Auxiliary class for selection of data type.
Implemenation of object output through ControlHost.
Utility class to parse command line options.
General purpose class for object reading from a list of file names.
virtual void rewind() override
Rewind.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
static const JLocalTime getLocalTime
Function object to get local time in micro seconds.
long long int localtime_t
Type definition of local time.
Empty structure for specification of parser element that is not initialised (i.e. does require input)...
Auxiliary class to select ROOT class based on class name.