35 TH1D *hpx =
new TH1D(
"hpx",
"This is the px distribution",100,-4,4);
38 TH2D *hpxpy =
new TH2D(
"hpxpy",
"py vs px",40,-4,4,40,-4,4);
42 printf(
"Please start macro from directory where auth.txt file is available\n");
43 printf(
"It required to supply authentication information for the http server\n");
68 serv->
RegisterCommand(
"/ResetHPX",
"/hpx/->Reset();",
"button;rootsys/icons/ed_delete.png");
70 serv->
RegisterCommand(
"/ResetHPXPY",
"/hpxpy/->Reset();",
"button;rootsys/icons/bld_delete.png");
71 serv->
SetItemField(
"/ResetHPXPY",
"_update_item",
"hpxpy");
73 serv->
RegisterCommand(
"/RebinHPX",
"/hpx/->Rebin(%arg1%);",
"button;rootsys/icons/ed_execute.png");
78 serv->
Restrict(
"/ResetHPX",
"visible=admin");
79 serv->
Restrict(
"/ResetHPXPY",
"visible=admin");
83 serv->
Restrict(
"/RebinHPX",
"allow=admin");
96 if (cnt++ % kUPDATE == 0) {
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
virtual Bool_t ProcessEvents()
Process pending events (GUI, timers, sockets).
virtual void Rannor(Float_t &a, Float_t &b)
Return 2 numbers distributed following a gaussian with mean=0 and sigma=1.
Random number generator class based on M.
virtual void SetDirectory(TDirectory *dir)
By default when an histogram is created, it is added to the list of histogram objects in the current ...
Bool_t Register(const char *subfolder, TObject *obj)
Register object in subfolder.
R__EXTERN TSystem * gSystem
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
tomato 1-D histogram with a double per channel (see TH1 documentation)}
THist< 2, double, THistStatContent, THistStatUncertainty > TH2D
Bool_t RegisterCommand(const char *cmdname, const char *method, const char *icon=0)
Register command which can be executed from web interface.
THist< 1, double, THistStatContent, THistStatUncertainty > TH1D
Int_t Fill(Double_t)
Invalid Fill method.
Bool_t SetItemField(const char *fullname, const char *name, const char *value)
void Restrict(const char *path, const char *options)
Restrict access to specified object.
tomato 2-D histogram with a double per channel (see TH1 documentation)}