92   JLimit_t&       numberOfEvents = inputFile.getLimit();
 
   94   double          stdev          = numeric_limits<double>::max();      
 
  103     JParser<> zap(
"Example program to plot compass fit results.");
 
  105     zap[
'f'] = 
make_field(inputFile,    
"output of JCompass");
 
  106     zap[
'n'] = 
make_field(numberOfEvents)                                    = JLimit::max();
 
  113   catch(
const exception &error) {
 
  114     FATAL(error.what() << endl);
 
  138       HC[evt->id]->Fill(log10(evt->
chi2 / evt->
ndf));
 
  143     if (evt->
chi2 / evt->
ndf <= stdev) {
 
  152       GA[evt->id].put(t1, 
getAngle(q0.swing));
 
  153       GB[evt->id].put(t1, atan2(q0.swing.getB(), q0.swing.getC()));   
 
  168     for (map_type::const_iterator i = 
g1->begin(); i != 
g1->end(); ++i) {
 
#define DEBUG(A)
Message macros.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
#define MAKE_CSTRING(A)
Make C-string.
 
#define gmake_property(A)
macros to convert (template) parameter to JPropertiesElement object
 
Double_t g1(const Double_t x)
Function.
 
Double_t G1(const Double_t x)
Integral of method g1.
 
Utility class to parse parameter values.
 
Utility class to parse command line options.
 
Auxiliary class to manage set of compatible ROOT objects (e.g. histograms) using unique keys.
 
General purpose class for object reading from a list of file names.
 
virtual bool hasNext() override
Check availability of next element.
 
counter_type getCounter() const
Get counter.
 
virtual const pointer_type & next() override
Get next element.
 
JModel getModel(const JEvt &evt)
Get model.
 
double getAngle(const JQuaternion3D &first, const JQuaternion3D &second)
Get space angle between quanternions.
 
static const JVector3D JVector3Z_t(0, 0, 1)
unit z-vector
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
std::map< int, range_type > map_type
 
double UNIXTimeStop
stop time
 
double ndf
weighed number of degrees of freedom
 
double UNIXTimeStart
start time
 
Model for fit to acoustics data.
 
Auxiliary data structure for decomposition of quaternion in twist and swing quaternions.
 
Empty structure for specification of parser element that is initialised (i.e. does not require input)...
 
Auxiliary data structure to build TGraph.
 
Auxiliary class for defining the range of iterations of objects.