Skip to content
Snippets Groups Projects
  1. May 27, 2024
  2. May 17, 2024
  3. May 15, 2024
  4. May 10, 2024
  5. May 07, 2024
  6. Mar 19, 2024
  7. Mar 17, 2024
  8. Mar 15, 2024
  9. Mar 14, 2024
  10. Mar 05, 2024
  11. Feb 20, 2024
  12. Feb 07, 2024
  13. Jan 30, 2024
  14. Jan 10, 2024
  15. 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
  16. Nov 28, 2023
  17. Nov 16, 2023
  18. Oct 31, 2023
  19. Oct 25, 2023
  20. Oct 20, 2023
  21. Sep 28, 2023
  22. Sep 06, 2023
    • Nils Krumnack's avatar
      CP Algorithms: object cut flow overhaul · 8195ca1f
      Nils Krumnack authored
      The primary thing this does is to introduce a SelectionNameSvc that
      tracks the name of all the selection bits as reported by the various
      selection tools, allowing to give much better labels for the
      individual bins in the selection.  In addition this means I no longer
      need to track the bits for each selection mask, as they get
      automatically tracked.
      
      I also added a configuration block for the cut flows (there wasn't one
      yet), that allows to neatly add the cut flows when added.
      
      The one breaking change is that this now requires a SelectionNameSvc
      to get created.  I hope this doesn't cause too many issues.  In order
      to minimize the effect of such changes in the future I introduced a
      CommonServicesBlock (and corresponding sequence), to which I can add
      more services as needed.
      8195ca1f
  23. Aug 03, 2023
  24. Jul 26, 2023
  25. Jul 21, 2023
  26. Jul 12, 2023
  27. Jul 10, 2023
    • Zach Marshall's avatar
      Removing muon quality variable from PHYSLITE · 621adb2e
      Zach Marshall authored
      Following the discussion in https://its.cern.ch/jira/browse/ATLASG-2544
      , it seems that muon quality as written directly is not something that
      should be used for analysis. If that's the case, then I (personally)
      find it more clear to remove the variable to make it obvious that it
      cannot be used.
      
      Just offering an option here to make clear that this is a
      (straightforward) technical option.
      
      This shouldn't get merged without some comment from @mvanadia ,
      @hrussell , @gwatts , @egramsta (or some combination of them), but not
      marking as draft so that the CI goes ahead and runs.
      
      This is a duplicate of !63787 but pointing at the main branch.
      621adb2e
  28. Jul 05, 2023
    • R D Schaffer's avatar
      PhysLite improvements from h4l · dc45afd1
      R D Schaffer authored and Tadej Novak's avatar Tadej Novak committed
      Improvements and fixes to PhysLite, primarily as seen from the H4l analysis perspective. Running isolationCloseBy tool in PHYS and PHYSLITE to provide isolation variables with overlap from muons, electrons and photons already removed. Added in config to PhysLite for H4l vertex calculation. Added in STXS information to PhysLite for Higgs analyses, fixing units. Reducing the electron id requirement from LH Loose to SiHits for PhysLite.
      dc45afd1
  29. May 16, 2023
    • James Catmore's avatar
      Restoring TruthMetaData to PHYS/PHYSLITE · f24ee382
      James Catmore authored
      A side effect of !61980 is the requirement to explicitly list the metadata categories for each output stream. This wasn't done for truth metadata for PHYS/PHYSLITE. This MR rectifies this.
      f24ee382
  30. May 11, 2023
  31. May 04, 2023
  32. Apr 26, 2023
  33. Apr 22, 2023
  34. Apr 03, 2023
Loading