Example program to test JLANG::JStatic class.
More...
#include <string>
#include <iostream>
#include <iomanip>
#include "JLang/JStatic.hh"
#include "JTools/JQuantile.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
Example program to test JLANG::JStatic class.
- Author
- mdejong
Definition in file JStatic.cc.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 36 of file JStatic.cc.
45 JParser<> zap(
"Example program to test static data member.");
51 catch(
const exception &error) {
52 FATAL(error.what() << endl);
60 __A__::F =
"hello world";
69 DEBUG(__A__::B << endl);
71 DEBUG(__A__::D << endl);
72 DEBUG(__A__::E << endl);
73 DEBUG(__A__::F << endl);
75 for (
int i = 1; i != 10; ++i) {
double getMean(vector< double > &v)
get mean of vector content
#define DEBUG(A)
Message macros.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Utility class to parse command line options.
static const double C
Physics constants.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).