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
sed -i 's/"fixedGridRhoFastjetAll"/"Rho_fixedGridRhoFastjetAll"/g' bamboo/bamboo/analysisutils.py
in order to run on Run3 NanoAOD, where the ρ variable is called Rho_fixedGridRhoFastjetAll. This clearly makes the code crash when attempting to read Run2 samples, which still have the old naming.
This needs either to be treated in the code or harmonized by future NanoAOD versions (maybe with coherent naming?)