Skip to content

QuarkNet-HEP/cms-masterclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS Masterclass

A prototype masterclass for CMS using interactive 3D event displays

To run (in a python3 environment):

git clone https://github.com/QuarkNet-HEP/cms-masterclass.git
cd cms-masterclass
pip install -r requirements.txt
export FLASK_DEBUG=1
flask run

Then go to http://127.0.0.1:5000 in your browser

The current prototype is deployed here.