/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/PythonAnalysis/test/rootplot_tests.sh
21 строка
642 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
#! /bin/bash # Navigate to the sample root files cd /afs/cern.ch/cms/Tutorials/TWIKI_DATA/root/Rootplot echo "Contents of hists_data.root:" rootinfo hists_data.root echo echo "Contents of hists_qcd.root:" rootinfo hists_qcd.root echo echo "Testing out rootplot with a few different options:" rootplot hists_data.root --output=simple rootplot hists_data.root -n --title="CMS Preliminary" --output=fancy rootplot hists_data.root hists_qcd.root --output=compared #### matplotlib version is currently incompatible with rootplot ## echo ## echo "Testing out rootplotmpl for output in matplotlib:" ## rootplotmpl hists_data.root hists_qcd.root