Changes between Initial Version and Version 1 of Ticket #536
- Timestamp:
- Apr 24, 2015, 4:04:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #536 – Description
initial v1 1 1 I 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 {{{ 3 3 root -l examples/EventDisplay.C'("cards/delphes_card_CMS.tcl","delphes_output.root")' 4 4 }}} 5 5 I get out 6 6 {{{ 7 7 Processing examples/EventDisplay.C("cards/delphes_card_CMS.tcl","delphes_output.root")... 8 8 Error 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 … … 13 13 Error: Function Delphes3DGeometry det3D(new TGeoManager("delphes","Delphes geometry"),true) is not defined in current scope examples/EventDisplay.C:34: 14 14 *** Interpreter error recovered *** 15 15 }}} 16 16 It seems that it cannot find libDelphesDisplay, but is looking for it in the rootpath directory. Looking through the Delphes directory, a library called libDelphesDisplay. 17 17