File indexing completed on 2024-04-06 12:14:12
0001
0002
0003
0004
0005 curl -s https://raw2.github.com/cms-sw/genproductions/master/python/SevenTeV/QCD_Pt_470to600_Tune4C_7TeV_pythia8_cff.py -o ../../../Configuration/GenProduction/python/SevenTeV/QCD_Pt_470to600_Tune4C_7TeV_pythia8_cff.py --create-dirs
0006
0007 curl -s https://raw2.github.com/cms-sw/genproductions/master/python/rivet_customize.py -o ../../../Configuration/GenProduction/python/rivet_customize.py
0008
0009 cd ../../../
0010
0011 scram b
0012
0013
0014 cd GeneratorInterface/RivetInterface/test
0015
0016
0017 cmsRun rivet_cfg.py
0018
0019 sleep 10
0020
0021 echo "Executing 'rivet-mkhtml mcfile.yoda' now!"
0022
0023 rivet-mkhtml mcfile.yoda
0024
0025
0026 echo "Executing 'firefox plots/index/html' now!"
0027
0028 firefox plots/index.html
0029
0030
0031
0032