File indexing completed on 2024-04-06 12:24:07
0001
0002
0003
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
0019
0020
0021