Jpp test-rotations-old
the software that should make you happy
|
Example program to test JTOOLS::JQuantiles calculation of a function. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <cmath>
#include "TMath.h"
#include "JTools/JCollection.hh"
#include "JTools/JGrid.hh"
#include "JTools/JQuantiles.hh"
#include "JTools/JFunction1D_t.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
Double_t | g1 (const Double_t x) |
Function. | |
Double_t | G1 (const Double_t x) |
Integral of method g1. | |
int | main (int argc, char **argv) |
Example program to test JTOOLS::JQuantiles calculation of a function.
Definition in file JQuantiles.cc.
|
inline |
Function.
x |
Definition at line 25 of file JQuantiles.cc.
|
inline |
Integral of method g1.
x |
Definition at line 37 of file JQuantiles.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 48 of file JQuantiles.cc.