Skip to content

Adding new monitor plots for SciFi alignment

Miguel Ruiz Diaz requested to merge miruizdi_rec into master

In the ParticleMassMonitor:

  • replaced the old histogram by a GaudiHistogram that now should not give any problems when running on multi-thread
  • added pt and p histograms for the particles and their daughters and mass vs momentum 2D histograms
  • added an option to generate a tuple with several variables that might be of interest

In FTTrackMonitor:

  • plots per quarter in the FTTrackMonitor
  • fix bug when running in verbose mode. The RMSresidual histograms and the Unbiasedresidual histograms for each module were being produced with the same names

Goes with Detector!408 (merged) Alignment!404 (merged)

Edited by Rosen Matev

Merge request reports