Skip to content
Snippets Groups Projects
  1. Dec 09, 2019
  2. Dec 07, 2019
  3. Dec 06, 2019
  4. Dec 05, 2019
  5. Dec 04, 2019
  6. Dec 03, 2019
    • John Derek Chapman's avatar
      Merge branch 'feature.21.3.muonphysvalmonitoring' into '21.3' · 80f0c7b4
      John Derek Chapman authored
      Feature.21.3.muonphysvalmonitoring - saving TTree in muon physics validation ntuples
      
      See merge request atlas/athena!28407
    • Gia Khoriauli's avatar
      Add a new functionality and fix a minor bug in the muon physics validation code. · b3452414
      Gia Khoriauli authored and John Derek Chapman's avatar John Derek Chapman committed
       * The main muon physics validation tool, MuonPhysValMonitoringTool, can now save various interesting properties of reconstructed and
         truth muons as well as some key EventInfo variables in ROOT TTree objects. The TTree objects are then saved in muon physics validation ntuples.
         They can be used for an event-by-event based investigation of muon simulation and reconstruction software updates.
         TTree object is owned by the MuonTree class, which is almost completely updated. This class is responsible to create/set TTree branches,
         fill them and do all necessary operations on the branch variables (its own member variables). A pointer of the MuonTree type is added to
         the MuonValidationPlots class as well as the new wrapper methods to call the methods of the MuonTree class.
         Via its member MuonValidationPlots objects the main tool, MuonPhysValMonitoringTool, creates a MuonTree object for each muon category;
         passes an EventInfo object and reconstructed muon (and truth muon if MC) objects to the MuonTree object for further processing for each event;
         saves all TTree objects in# Please enter the commit message for your changes. Lines starting an output ntuple at the end of run.
         The setting of the corresponding flag of MuonPhysValMonitoringTool to turn on/off creation and saving of TTree objects is added into
         the main jobOptions file of muon physics validation.
       * Fix duplicated scaling of statistical uncertainties of bins of the muon physics validation histograms when normilizing them to one in
         the validator.py macro.
      b3452414
  7. Dec 02, 2019
  8. Dec 01, 2019
  9. Nov 30, 2019
  10. Nov 29, 2019
  11. Nov 28, 2019
  12. Nov 27, 2019
  13. Nov 26, 2019
Loading