13void poptest1(
int a = 5,
int b = 56);
17void poptest4(
char *ch);
19void customContextMenu()
27 h =
new TH1F(
"h",
"Schtroumpf", 100, -4, 4);
28 h->FillRandom(
"gaus");
31 h2 =
new TH1F(
"h2",
"h2", 1000, -4, 4);
57void poptest1(
int a,
int b)
59 printf(
"poptest1 %d %d\n",
a,
b);
65 printf(
"poptest2 %d %d\n",
a,
b);
66 printf(
"histo : %lx\n", (
Long_t)
c);
67 printf(
"title of the histogram : %s\n", ((
TH1F *)
c)->GetTitle());
73 printf(
"poptest2bis\n");
74 printf(
"histo : %lx\n", (
Long_t)
c);
75 printf(
"title of the histogram : %s\n", ((
TH1F *)
c)->GetTitle());
84void poptest4(
const char *ch)
86 printf(
"poptest4 %s\n", ch);
long Long_t
Signed long integer 4 bytes (long). Size depends on architecture.
TClass instances represent classes, structs and namespaces in the ROOT type system.
TList * GetMenuList() const
Return the list of menu items associated with the class.
1-D histogram with a float per channel (see TH1 documentation)
virtual void FillRandom(TF1 *f1, Int_t ntimes=5000, TRandom *rng=nullptr)
Mother of all ROOT objects.