Skip to content

First shape of the HGCALClass

Lourdes Urda requested to merge HGCALClass into master

The first iteration of the HGCAL Class consists of the HGCALBase (will be changed to HGCALCalibration) class and the HGCALPedestals class. The HGCALBase class contains common methods for various analyses and commissioning tasks to be performed for the HGCAL test beam and future experiments. HGCALPedestal produces a JSON file with the corrected pedestals for each channel.

Next steps:

  1. Consider the three common fC values in the JSON file.
  2. Add a new method in the base class that recursively creates a list of JSON files to merge the values of TOA, TOT, and MIP. Note: Ensure that pedestal values are added in the correct order.

Merge request reports