Opened 8 years ago
Last modified 8 years ago
#1000 new How to
Regarding obtaining .root file from .hep files
Reported by: | Shibananda Sahoo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi Delphes Team,
I am trying to get a .root file from a .hep file. I am getting the following error message.
/DelphesSTDHEP: error while loading shared libraries: libPhysics.so: cannot open shared object file: No such file or directory
NOTE : I am using the followingf command in a script :
./DelphesSTDHEP cards/delphes_card_CMS.tcl multirun.root run0.hep run1.hep
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Hi Pavel,
thanks for the reply. Yes, libPhysics.so is available inside root5/lib directory. Also, I have given the path for the root in the .bashrc in the following way.
############## root5 ####################
# Root path and libraries:
source /home/shibananda/RESEARCH/PACKAGES_USE/root5/bin/thisroot.sh
export ROOTSYS=/home/shibananda/RESEARCH/PACKAGES_USE/root5
export PATH=$ROOTSYS/bin:$PATH
export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
############################################################
Is not it correct ?
Regards,
Shiba
Hi Shiba,
Looks like there is a problem with your ROOT installation. Could you please check that libPhysics.so is in the directory returned by
root-config --libdir
and that this directory is also added to the LD_LIBRARY_PATH environment variable?Best regards,
Pavel