Closed bdorney closed 7 years ago
Addressing https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/37
Now the overlay_fit() function in anaUltraScurve.py will take the event count as an input and use it for the fit.
overlay_fit()
anaUltraScurve.py
If someone used the -b option the fit defined in overlay_fit() would not be correct for scurves taken with event counts different from the default.
-b
I re-ran an old anaysis:
anaUltraScurve.py -i$DATA_PATH/GE11-VI-L-CERN-0001/scurve/current/SCurveData.root --ztrim=4 -b -f
See my comment on issue #37 about this.
Description
Addressing https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/37
Now the
overlay_fit()
function inanaUltraScurve.py
will take the event count as an input and use it for the fit.Types of changes
Motivation and Context
If someone used the
-b
option the fit defined inoverlay_fit()
would not be correct for scurves taken with event counts different from the default.How Has This Been Tested?
I re-ran an old anaysis:
Screenshots (if appropriate):
Checklist: