Changes between Initial Version and Version 1 of Ticket #866
- Timestamp:
- Feb 23, 2016, 5:51:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #866 – Description
initial v1 16 16 17 17 And I can not follow the README: 18 {{{ 18 19 . ./DelphesEnv.sh 19 20 cd python 20 21 # run the analysis 21 22 DelphesAnalysis/ControlPlots.py -i ../files/ -o controlPlots_demo.root --all -c topConfig.py 22 23 }}} 23 24 since I don't know the meaning of ". ./DelphesEnv.sh" , I guess I can instead it by "sh DelphesEnv.sh" ? and I don't know "DelphesAnalysis/ControlPlots.py -i ../files/ -o controlPlots_demo.root --all -c topConfig.py 24 25 " , as the bug said: 25 26 {{{ 26 27 ui@ui:~/tools/package/Delphes-3.3.2/python$ DelphesAnalysis/ControlPlots.py -i ../files/ -o ../zhh.root --all -c topConfig.py 27 28 bash: DelphesAnalysis/ControlPlots.py: Permission denied … … 37 38 _root.MakeRootClass( "Event" ).__str__ = _Event__str__ 38 39 TypeError: requested class 'ROOT::Event' does not exist 39 40 40 }}} 41 41 I want to turn to python coding and I really appreciate you have provided a python interface for Delphes. But now I need some help to be familiar with it. 42 42