You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using -t 1 --toysFile <filename>.root to load in a toy dataset, the Impacts algorithm will not account for the change in output file names that includes the seed.
For example, after --doInitialFit, the output will be a file that looks like higgsCombine_initialFit_Test.MultiDimFit.mH{m}.123456.root but the --doFits step will look for higgsCombine_initialFit_Test.MultiDimFit.mH{m}.root. I'm working around this by renaming the files between steps but I imagine this should be changed in lines like these [1].
When using
-t 1 --toysFile <filename>.root
to load in a toy dataset, the Impacts algorithm will not account for the change in output file names that includes the seed.For example, after
--doInitialFit
, the output will be a file that looks likehiggsCombine_initialFit_Test.MultiDimFit.mH{m}.123456.root
but the--doFits
step will look forhiggsCombine_initialFit_Test.MultiDimFit.mH{m}.root
. I'm working around this by renaming the files between steps but I imagine this should be changed in lines like these [1].[1] -
CombineHarvester/CombineTools/python/combine/Impacts.py
Lines 151 to 154 in 0675d6a
The text was updated successfully, but these errors were encountered: