Merging full workflow into Tanay's HiggsDNA
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 15
− 11
@@ -751,11 +751,6 @@ class HggBaseProcessor(processor.ProcessorABC): # type: ignore
@@ -789,23 +784,32 @@ class HggBaseProcessor(processor.ProcessorABC): # type: ignore
assert not final_df.drop(columns=["Nevents"]).isnull().values.any() or not (len(final_df) == len(df) == len(df_ps) == len(evtMix)), f"final_df: {final_df.drop(columns=['Nevents']).isnull().values.any()} diphoton: {df.isnull().values.any()} pseudos: {df_ps.isnull().values.any()} evtMix: {evtMix.isnull().values.any()} eff_N {eff_N.isnull().values.any()}\n {len(final_df)} {len(df)} {len(df_ps)} {len(evtMix)}"
assert not final_df.drop(columns=["Nevents"]).isnull().values.any() or not (len(final_df) == len(df) == len(df_ps) == len(evtMix)), f"final_df: {final_df.drop(columns=['Nevents']).isnull().values.any()} diphoton: {df.isnull().values.any()} pseudos: {df_ps.isnull().values.any()} evtMix: {evtMix.isnull().values.any()} eff_N {eff_N.isnull().values.any()}\n {len(final_df)} {len(df)} {len(df_ps)} {len(evtMix)}"