21 TH1F *hpx =
new TH1F(
"hpx",
"This is the px distribution", 100, -4, 4);
22 TH2F *hpxpy =
new TH2F(
"hpxpy",
"py vs px", 40, -4, 4, 40, -4, 4);
28 std::string fname = __FILE__;
29 auto pos = fname.find(
"custom.C");
34 fname.append(
"custom.htm");
R__EXTERN TSystem * gSystem
1-D histogram with a float per channel (see TH1 documentation)
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
2-D histogram with a float per channel (see TH1 documentation)
Int_t Fill(Double_t) override
Invalid Fill method.
Online http server for arbitrary ROOT application.
void SetDefaultPage(const std::string &filename="")
Set default HTML page.
Random number generator class based on M.
virtual void Rannor(Float_t &a, Float_t &b)
Return 2 numbers distributed following a gaussian with mean=0 and sigma=1.
virtual Bool_t ProcessEvents()
Process pending events (GUI, timers, sockets).