cms-gem-daq-project / gem-plotting-tools

Repository for GEM commissioning plotting tools
GNU General Public License v3.0
1 stars 26 forks source link

New Feature: Adding 2D histograms for scurve width & sigma for calibrateThrDac.py #153

Closed bdorney closed 5 years ago

bdorney commented 6 years ago

Description

The scurve width distributions do not typically appear to be normally distributed; so fitting with a Gaussian causes the fit to converge on a local rather than a global minimum which does not always report the ENC accurately.

In this case I've added a set of TH2F objects which report scurve mean and sigma vs. THR DAC value. These are then drawn as a box plot so they can be evaluated more succinctly.

Types of changes

Motivation and Context

Described above.

How Has This Been Tested?

Re-ran old analysis.

Checklist: