21 TH1F *hpx =
new TH1F(
"hpx",
"This is the px distribution", 100, -4, 4);
28 std::string fname = __FILE__;
29 auto pos = fname.find(
"custom.C");
34 fname.append(
"custom.htm");
44 while (!
gSystem->ProcessEvents()) {
float Float_t
Float 4 bytes (float).
1-D histogram with a float per channel (see TH1 documentation)
virtual Int_t Fill(Double_t x)
2-D histogram with a float per channel (see TH1 documentation)
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.