Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #536


Ignore:
Timestamp:
Apr 24, 2015, 4:04:35 PM (10 years ago)
Author:
Pavel Demin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #536 – Description

    initial v1  
    11I am just starting out with Delphes, so I am probably making an easy mistake. Following through the README, I was able to install Delphes and run the first 3 examples. However, examples 4 and the event display do not seem to work. Specifically for the event display, when I enter
    2 
     2{{{
    33root -l examples/EventDisplay.C'("cards/delphes_card_CMS.tcl","delphes_output.root")'
    4 
     4}}}
    55I get out
    6 
     6{{{
    77Processing examples/EventDisplay.C("cards/delphes_card_CMS.tcl","delphes_output.root")...
    88Error in <TUnixSystem::DynamicPathName>: libDelphesDisplay[.so | .dll | .dylib | .sl | .dl | .a] does not exist in :/Users/Bryan/Tools/root/lib:/Users/Bryan/Tools/root/lib::/Users/Bryan/Tools/root/lib::.:/Users/Bryan/Tools/root/lib/root::/Users/Bryan/Tools/root/lib/root/cint/cint/stl
     
    1313Error: Function Delphes3DGeometry det3D(new TGeoManager("delphes","Delphes geometry"),true) is not defined in current scope  examples/EventDisplay.C:34:
    1414*** Interpreter error recovered ***
    15 
     15}}}
    1616It seems that it cannot find libDelphesDisplay, but is looking for it in the rootpath directory. Looking through the Delphes directory, a library called libDelphesDisplay.
    1717