41     JRegulator_t(
const double rate_Hz,
 
   44       setInterval((
long long int) (1.0e6 / rate_Hz));
 
   55     virtual bool accept()
 const 
   73     inline operator bool()
 const 
   91 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);
 
  127   for (JRegulator_t regulator(rate_Hz, time_s); regulator; inputFile.rewind()) {
 
Utility class to parse command line options. 
 
int main(int argc, char *argv[])
 
ROOT TTree parameter settings of various packages. 
 
bool accept(const JEvt &in, const Evt *event)
Event selection. 
 
Auxiliary class to select ROOT class based on class name. 
 
Auxiliary class for selection of data type. 
 
Scheduling of actions via fixed latency intervals. 
 
Interface for controlling object throughput. 
 
static const JLocalTime getLocalTime
Function object to get local time in micro seconds. 
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object 
 
Implementation of pipe operation for object iterators. 
 
General purpose messaging. 
 
long long int localtime_t
Type definition of local time. 
 
Scanning of objects from multiple files according a format that follows from the extension of each fi...
 
Empty structure for specification of parser element that is not initialised (i.e. does require input)...
 
General purpose class for object reading from a list of file names. 
 
Utility class to parse command line options. 
 
Implemenation of object output through ControlHost.