Skip to content
Snippets Groups Projects
  1. May 29, 2024
  2. May 28, 2024
  3. May 27, 2024
  4. May 17, 2024
    • Filip Nechansky's avatar
      Implement both DNN ID and ID+CF and add to PHYSLITE · 0b8398ef
      Filip Nechansky authored and Tadej Novak's avatar Tadej Novak committed
      Implement both DNN ID and ID+CF and add to PHYSLITE
      0b8398ef
    • 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
  5. May 15, 2024
  6. May 10, 2024
  7. May 07, 2024
  8. Apr 24, 2024
  9. Apr 09, 2024
  10. Apr 05, 2024
  11. Mar 29, 2024
  12. Mar 19, 2024
  13. Mar 18, 2024
  14. Mar 17, 2024
  15. Mar 15, 2024
  16. Mar 14, 2024
  17. Mar 06, 2024
  18. Mar 05, 2024
  19. 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
  20. Feb 20, 2024
  21. Feb 13, 2024
  22. Feb 07, 2024
  23. Feb 05, 2024
  24. Jan 30, 2024
  25. Jan 10, 2024
  26. 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
  27. Dec 19, 2023
Loading