cms-analysis / HiggsAnalysis-CombinedLimit

CMS Higgs Combination toolkit.
https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest
Apache License 2.0
75 stars 381 forks source link

Can not declare R.Double(0.) with CMSSW_11_3_4 #831

Closed botaoguo closed 1 year ago

botaoguo commented 1 year ago

When I using higgs combine tool with CMSSW_11_3_4, run the command in CMSSW_11_3_4/src/: python CombineHarvester/CombineTools/scripts/simpleLimits.py

it occurs the below error

Traceback (most recent call last): File "CombineHarvester/CombineTools/scripts/simpleLimits.py", line 16, in axis = CreateAxisHist(list(graphs.values())[0]) File "/data/bond/botaoguo/workspace/CMSSW_11_3_4/python/CombineHarvester/CombineTools/plotting.py", line 469, in CreateAxisHist x = R.Double(0.) File "/cvmfs/cms.cern.ch/slc7_amd64_gcc900/lcg/root/6.22.08-ljfedo/lib/ROOT/_facade.py", line 163, in _fallback_getattr raise AttributeError("Failed to get attribute {} from ROOT".format(name)) AttributeError: Failed to get attribute Double from ROOT

botaoguo commented 1 year ago

Thanks for the reply!