Skip to content

Periodic merge with OT

Mauro Dinardo requested to merge (removed):chipPolymorphism into chipContainer

There are several changes in this merge:

  • Start implementing "physics" calibration, which is supposed to be called at a testbeam for example
  • Moved from std::map to std::unordered_map for the maps <std::string,double>
  • I tried to let the different classes call the definition of the register map from the SystemController in order to have a unique place where it's defined
  • I changed to call by reference, instead of by value, for the DQM histograms book member function of the configuration map
  • I changed the CMakeList in order to make static librarires

Merge request reports