Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:07

0001 #! /bin/bash
0002 
0003 # Navigate to the sample root files
0004 cd /afs/cern.ch/cms/Tutorials/TWIKI_DATA/root/Rootplot
0005 
0006 echo "Contents of hists_data.root:"
0007 rootinfo hists_data.root
0008 echo
0009 echo "Contents of hists_qcd.root:"
0010 rootinfo hists_qcd.root
0011 
0012 echo
0013 echo "Testing out rootplot with a few different options:"
0014 rootplot hists_data.root --output=simple
0015 rootplot hists_data.root -n --title="CMS Preliminary" --output=fancy
0016 rootplot hists_data.root hists_qcd.root --output=compared
0017 
0018 #### matplotlib version is currently incompatible with rootplot
0019 ## echo
0020 ## echo "Testing out rootplotmpl for output in matplotlib:"
0021 ## rootplotmpl hists_data.root hists_qcd.root