Skip to content

Commit 3af87bd

Browse files
committed
Add testing example for the new TF1 functionality
1 parent 29db7c1 commit 3af87bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

demo/examples.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ examples_main = {
9494
{ name: "err", item: "draw_stacke;1", title: "error draw options for stacked histograms" }
9595
],
9696
TF1 : [
97-
{ name:"hist+func", opt: "", url: "?nobrowser&file=$$$fillrandom.root&item=h1f;1+sqroot;1" },
98-
{ name:"canv", opt: "", file: "danilo6.root", item: "canvas;1" },
99-
{ name:"ff2", file: "ff2.root", item: "c1Dia;1" },
100-
{ name:"ff3", file: "ff3.root", item: "c1Dia;1" }
97+
{ name: "hist+func", opt: "", url: "?nobrowser&file=$$$fillrandom.root&item=h1f;1+sqroot;1" },
98+
{ name: "canv", opt: "", file: "danilo6.root", item: "canvas;1" },
99+
{ name: "sum", opt: "", file: "tf1new.root", item: "c1;1", title: "newest version of ROOT with new coding rules for the functions parameters" },
100+
{ name: "ff2", file: "ff2.root", item: "c1Dia;1" },
101+
{ name: "ff3", file: "ff3.root", item: "c1Dia;1" }
101102
],
102103
TCanvas : [
103104
{ name:"roofit", file: "rf107.root", item: "rf107_plotstyles;1" },

0 commit comments

Comments
 (0)