Skip to content
Snippets Groups Projects
  1. May 17, 2024
    • Bertrand Martin Dit Latour's avatar
      DerivationFrameworkTau, tauRec, tauRecTools: optimise muon-tau removal sequence · c8e18ae8
      Bertrand Martin Dit Latour authored and Tadej Novak's avatar Tadej Novak committed
      DerivationFrameworkTau, tauRec, tauRecTools: optimise muon-tau removal sequence
      
      Hello,
      
      This MR is addressing the CPU increase in DAOD_PHYS/LITE reported in ATLASG-2712 coming from the recent addition of GNTau ID.
      The main changes are in TauAODRunnerAlg, which first run a tool to remove muon tracks and clusters associated with tau candidate, then reruns most of the tau reconstruction with muon-free inputs.
      Now, in the muon-tau removal, if no muon track nor cluster is found near the tau, we discard the tau candidate by effectively removing it from the container. This prevents afterburner tools like GNN tau ID from running over the full container (which so far includes irrelevant tau candidates removed later on by a thinning algorithm), thereby saving CPU. I've checked that the TauJets_MuonRM_TauIDDecorKernel CPU time is reduced, it's no longer visible in the SPOT test summary. The DAOD output is unchanged (checked over 1000 events).
      
      Adding the urgent flag in case it would sill arrive in time for the imminent DAOD bulk prod.
      
      Cheers,
      Bertrand
      c8e18ae8
  2. May 15, 2024
  3. May 10, 2024
  4. May 07, 2024
  5. Apr 24, 2024
  6. Apr 09, 2024
  7. Apr 05, 2024
  8. Mar 29, 2024
  9. Mar 19, 2024
  10. Mar 18, 2024
  11. Mar 17, 2024
  12. Mar 15, 2024
  13. Mar 14, 2024
  14. Mar 06, 2024
  15. Mar 05, 2024
  16. Feb 23, 2024
    • James Catmore's avatar
      Removal of legacy DAOD configuration part 6 · 9d3e582f
      James Catmore authored and Ahmed Tarek's avatar Ahmed Tarek committed
      Removal of legacy DAOD configuration part 6
      
      ATLASG-2592
      
      This MR removes residual legacy DAOD configuration files, mostly things that are hiding in the python directories. All of these job options depend on content that has been deleted in previous MRs and so are now completely broken and obsolete.
      9d3e582f
  17. Feb 20, 2024
  18. Feb 13, 2024
    • James Catmore's avatar
      Removal of legacy DAOD config - part 2 · aff52d0c
      James Catmore authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      Removal of legacy DAOD config - part 2
      
      ATLASG-2592
      ATLASG-2593
      ATLASG-2594
      ATLASG-2595
      ATLASG-2596
      ATLASG-2597
      ATLASG-2598
      ATLASG-2599
      
      This MR removes specific obsolete legacy job options for DAOD formats. In some cases they have been replaced with CA versions, in other cases not. Those which are still needed will have to be migrated at a later date. Many will not need to be replaced due to the transition to the new analysis model (PHYS/PHYSLITE)
      aff52d0c
  19. Feb 07, 2024
  20. Feb 05, 2024
  21. Jan 30, 2024
  22. Jan 10, 2024
  23. Dec 21, 2023
    • Joseph Earl Lambert's avatar
      Replace ConfigFactory used in block config with backend for text config so both are consistent. · 5b0e0364
      Joseph Earl Lambert authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Default blocks are added by default. PRW parameters are obtained from ConfigAccumulator.
      
      Add autoconfigFlags as an attribute to the ConfigAccumulator so information can be
      obtained in other blocks.
      
      Update the PileupReweighting block so that campaign, input files, and useDefaultConfig
      can be obtained from autoconfigFlags. The wrapper function that handeled this before has
      been removed.
      
      addDefaultAlgs function is now part of the ConfigFactory class and is called
      automatically when initializing an object instance. Default parameters are now
      obtained from ConfigAccumulator except for noSystematics flag so that this can
      be changed from the command line if not specified directly.
      5b0e0364
  24. Dec 19, 2023
  25. Dec 07, 2023
    • Adrian Berrocal Guardia's avatar
      HF Classifier Package. · fa686373
      Adrian Berrocal Guardia authored and Edward Moyse's avatar Edward Moyse committed
      Cleaning of HadronOriginClassifier code.
      
      During the implementaiton of the HF classification, the code of
      HadronOriginClassifier was modified to find a bug in it. Most of this
      modifications were comments and prints to find the bug and they have
      been removed now that is fixed.
      fa686373
  26. Dec 01, 2023
  27. Nov 28, 2023
  28. Nov 16, 2023
  29. Oct 31, 2023
Loading