Skip to content

Control plots are now objects of type ControlPlots in applyPrefiringWeights.cc

  • Control plots as TH2 histograms are removed from inside the applyPrefiringWeightsFunctor struct, in Core/Prefiring/bin/applyPrefiringWeights.h
  • Control plots our now objects of type ControlPlots (Core/CommonTools/src/ControlPlots.cc) and are implemented inside the command template (Core/Prefiring/bin/applyPrefiringWeights.cc)
  • In case of MC the respective histograms with corresponding weights are created

Merge request reports