Jpp
|
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include "TROOT.h"
#include "TFile.h"
#include "TH1D.h"
#include "TF1.h"
#include "JLang/JToken.hh"
#include "JTools/JAbstractHistogram.hh"
#include "JGizmo/JGizmoToolkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Program to create TH1D and fill according given formula.
Definition in file JGizmo/JHistogram1D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 25 of file JGizmo/JHistogram1D.cc.