Dear,
I just installed the new version of FCCAnalysis. I am using the mH-recoil example to check if everything is working properly. I can run analysis_stage1.py and analysis_stage2.py without any problems and get the outputs. But when I try to run Analytics_final.py, I get an AttributeError like the one below;
Warning in TInterpreter::ReadRootmapFile: class edm4hep::ObjectID found in libedm4hepDict.so is already in libedm4drDict.so
----> Load cxx analyzers from libFCCAnalyses…
The variable is optional in your analysis.py file, return default empty string
The variable is optional in your analysis.py file, return default value False
----> Running process p8_ee_ZZ_ecm240 with fraction=1, output=p8_ee_ZZ_ecm240, chunks=1
----> Running Locally
----> Create dataframe object from files:
outputs/FCCee/higgs/mH-recoil/ee/stage2/p8_ee_ZZ_ecm240.root
----> nevents original=59800000 local=3033522
----> Init done, about to run 3033522 events on 2 CPUs
Traceback (most recent call last):
File “/eos/home-s/ssadeghi/projectMay2022/FCCAnalyses/config/FCCAnalysisRun.py”, line 858, in
runStages(args, rdfModule, args.preprocess)
File “/eos/home-s/ssadeghi/projectMay2022/FCCAnalyses/config/FCCAnalysisRun.py”, line 555, in runStages
runLocal(rdfModule, chunkList[ch], outputchunk, args.batch)
File “/eos/home-s/ssadeghi/projectMay2022/FCCAnalyses/config/FCCAnalysisRun.py”, line 455, in runLocal
runRDF(rdfModule, fileListRoot, outFile, nevents_local)
File “/eos/home-s/ssadeghi/projectMay2022/FCCAnalyses/config/FCCAnalysisRun.py”, line 315, in runRDF
df2 = getElement(rdfModule.RDFanalysis, “analysers”)(df)
AttributeError: module ‘rdfanalysis’ has no attribute ‘RDFanalysis’
Would you please guide me on what I should do to resolve this problem?
Thank you in advance!
Safura