| 2,7 → 2,7 |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Belle II Masterclass</title> |
| <title>Belle II Particle Discovery</title> |
| <link rel="stylesheet" type="text/css" href="masterclass.css"> |
| <script src="js/blockly_compressed.js"></script> |
| <script src="js/blocks_compressed.js"></script> |
| 353,7 → 353,7 |
| |
| </head> |
| <body> |
| <h1>Belle II Masterclass: Describe process →Run analysis →Fit results →Save/load process locally</h1> |
| <h1>Belle II Particle Discovery: Describe process →Analyse →Fit results →Discover</h1> |
| <!-- <input type="button" onclick="showCode();" class="mybutton" value="Show JavaScript" /> --> |
| <input type="button" id="btnstart" onclick="startAction();" class="mybutton" value="Run Analysis" /> |
| |