Opened 6 years ago
#1371 new Bug
Unable to run provided examples scripts based on DelphesAnalysis
Reported by: | ankita mehta | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | DelphesAnalysis | Cc: |
Description
Dear Experts,
i am using Delphes version 3.4.1 on lxplus6 with root version 6.06/01.
I am now trying to analyze root files produced after running delphes using the python based delphesanalysis. As a first step i tried to run the existing top/simple config files on my own rootfiles. But I'm unable to do so as it crashes saying:
###############
Traceback (most recent call last):
File "DelphesAnalysis/ControlPlots.py", line 45, in <module>
import Delphes
File "Delphes-3.4.1/python/DelphesAnalysis/Delphes.py", line 14, in <module>
_root.MakeRootClass( "Event" ).str = _Eventstr
AttributeError: 'module' object has no attribute 'MakeRootClass'
###########
could you please suggest a way out.
thanks,
ankita
p.s. I do set the environment variables before trying this example.