Skip to content

Commit

Permalink
Add demo for TF12
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Feb 5, 2025
1 parent 5bb01b9 commit 4ad2fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@
{ "name": "ff2", "file": "ff2.root", "item": "c1Dia;1" },
{ "name": "ff3", "file": "ff3.root", "item": "c1Dia;1" },
{ "name": "cb", "file": "tutorials_math.root", "item": "crystallball", "title": "Example of crystallball math function, output of tutorials/math/CrystalBall.C" },
{ "name": "chebyshev", "file": "tutorials_math.root", "item": "chebyshev_pol", "title": "Example of Chebyshev polynoms, output of tutorials/math/chebyshev_pol.C" }
{ "name": "chebyshev", "file": "tutorials_math.root", "item": "chebyshev_pol", "title": "Example of Chebyshev polynoms, output of tutorials/math/chebyshev_pol.C" },
{ "name": "f12", "file": "f12.root", "item": "c1", "title" : "Example of TF12 function from documentaion" }
],
"TF2" : [
{ "name": "tf2", "json": "tf2.json.gz", "opt": "", "title": "Example of TF2 drawing" },
Expand Down

0 comments on commit 4ad2fa9

Please sign in to comment.