46    template<
bool is_const>
 
   67int main(
int argc, 
char **argv)
 
   81  catch(
const exception &error) {
 
   82    FATAL(error.what() << endl);
 
 
General purpose messaging.
 
#define ASSERT(A,...)
Assert macro.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
int main(int argc, char **argv)
 
Utility class to parse parameter values.
 
#define gmake_property(A)
macros to convert (template) parameter to JPropertiesElement object
 
Utility class to parse parameter values.
 
void setValue(const std::string &key, const T &value)
Set value.
 
const T & getValue(const std::string &key) const
Get value.
 
Simple data structure to support I/O of equations (see class JLANG::JEquation).
 
Utility class to parse command line options.
 
JProperties & getProperties(T &object, const JEquationParameters ¶meters=JEquationParameters(), const int debug=1)
Get properties of a given object.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary class to define value, reference and pointer types for given data type and category.