Skip to content
Snippets Groups Projects
Commit e1bfd91e authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

Use JsMVA repository in root.cern.ch

parent ba60aeb5
No related branches found
No related tags found
No related merge requests found
......@@ -185,11 +185,14 @@ class functions:
## Class for creating the output scripts and inserting them to cell output
class JsDraw:
## Base repository
__jsMVARepo = "https://root.cern.ch/js/jsmva/latest"
## String containing the link to JavaScript files
__jsMVASourceDir = "https://rawgit.com/qati/GSOC16/master/src/js"
__jsMVASourceDir = __jsMVARepo + "/js"
## String containing the link to CSS files
__jsMVACSSDir = "https://rawgit.com/qati/GSOC16/master/src/css"
__jsMVACSSDir = __jsMVARepo + "/css"
## Drawing are sizes
jsCanvasWidth = 800
......@@ -319,4 +322,4 @@ jsmva.$funcName('$divid', '$dat');
legend.SetMargin(0.3)
legend.Draw()
return (canvas, legend)
\ No newline at end of file
return (canvas, legend)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment