Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #866


Ignore:
Timestamp:
Feb 23, 2016, 5:51:08 PM (9 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #866 – Description

    initial v1  
    1616
    1717  And I can not follow the README:
     18{{{
    1819. ./DelphesEnv.sh
    1920cd python
    2021# run the analysis
    2122DelphesAnalysis/ControlPlots.py -i ../files/ -o controlPlots_demo.root --all -c topConfig.py
    22 
     23}}}
    2324  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
    2425" , as the bug said:
    25 
     26{{{
    2627ui@ui:~/tools/package/Delphes-3.3.2/python$ DelphesAnalysis/ControlPlots.py -i ../files/ -o ../zhh.root --all -c topConfig.py
    2728bash: DelphesAnalysis/ControlPlots.py: Permission denied
     
    3738    _root.MakeRootClass( "Event" ).__str__    = _Event__str__
    3839TypeError: requested class 'ROOT::Event' does not exist
    39 
    40 
     40}}}
    4141  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.
    4242