Shapiro nov2024/master
-
In common.py add the lines: R = 1.0 ConeSize=str(int(10*R)) EtaCut = 2.5-R zVar = 'zt' and then changed the code so that everywhere there was a '10' it becomes '"+zVar+'' and everywhere we cut on trackjet eta we use EtaCut rather than 1.52)
-
Added a few lines in fill_histogram in common.py so that we get error bars on the histograms
-
Added columns for the _zl reco and truth to the csv files.
-
Update omnifold and background subtraction so that it makes an ensemble of unfolded csv files with different random numbers and added combineEnsembles.py to average the weights
-
Update syntax when filtering on a mask to remove warning from Pandas