Skip to content
Snippets Groups Projects
  1. May 22, 2020
  2. May 19, 2020
  3. May 05, 2020
  4. May 02, 2020
    • Vakhtang Tsulaia's avatar
      Access pileup values in xAOD::EventInfo using decorations · 3bd2bebb
      Vakhtang Tsulaia authored
      Introduced new LumiBlockMuWriter algorithm, which fills pileup information
      on xAOD::EventInfo using  WriteDecorHandle-s.
      
      Enabled LumiBlockMuWriter algorithm in RecExCommon_topOptions.py for RAWtoESD
      configurations over ByteStream input, and also unconditionally in
      skeleton.RDOtoRDOtrigger.py and in runHLT_standalone.py
      
      Ported one client - JetCalibrationTool - to accesing pileup
      values in xAOD::EventInfo using ReadDecorHandle
      
      Fixed ref_RDOtoRDOTrig_mt1_build.ref with updated trigger counts
      3bd2bebb
  5. Apr 07, 2020
  6. Apr 01, 2020
  7. Mar 11, 2020
  8. Jan 22, 2020
  9. Jan 18, 2020
  10. Jan 08, 2020
  11. Nov 18, 2019
    • Scott Snyder's avatar
      tauRec: Remove TauTrackSlimmer · c61f6d14
      Scott Snyder authored and Walter Lampl's avatar Walter Lampl committed
      TauTrackSlimmer operates on the run 1 EDM and is in fact never enabled anywhere
      in the current release.
      
      Remove it, in order to allow eventually removing the old thinning service.
      c61f6d14
  12. Nov 15, 2019
  13. Sep 20, 2019
  14. Sep 13, 2019
  15. Sep 11, 2019
  16. Jul 12, 2019
  17. Jul 09, 2019
  18. Jul 04, 2019
  19. Jun 12, 2019
  20. Jun 06, 2019
  21. Jun 04, 2019
  22. May 29, 2019
  23. Apr 29, 2019
  24. Mar 29, 2019
  25. Mar 04, 2019
  26. Mar 01, 2019
  27. Feb 26, 2019
  28. Feb 22, 2019
  29. Feb 20, 2019
  30. Dec 12, 2018
    • Frank Winklmeier's avatar
      Remove usage of deprecated AthenaServices.SetFatalHandler · cba54f77
      Frank Winklmeier authored
      Do not use `AthenaServices.SetFatalHandler` but instead set the
      equivalent property on the CoreDumpSvc. Switch the remaining job options and
      delete any comments referencing the old class.
      
      A nice side effect is that the initial bootstrap of `athena.py` is now 3
      seconds faster due to the removal of the `cppyy` import (of course this
      time is spent later once the import happens at another place).
      
      
      Former-commit-id: 021e1688
      cba54f77
  31. Nov 05, 2018
  32. Oct 01, 2018
  33. Aug 21, 2018
  34. Aug 17, 2018
  35. Aug 13, 2018
    • Will Leight's avatar
      Cell containers should only be created if the corresponding clusters exist · 5453f2e1
      Will Leight authored
      Now that CaloCellContainerFromCluster retrieves clusters using ReadHandles, crashes will occur if said clusters don't exist.
      This can occur if, for instance, muon or egamma reco is turned off by ART jobs (both groups have observed this problem recently).
      This fix ensures that the muon and egamma clusters are only added to the list of clusters to be made into containers if their respective reconstructions are actually performed.
      
      
      Former-commit-id: 51cd4231
      5453f2e1
  36. Aug 04, 2018
  37. Aug 03, 2018
    • Frank Winklmeier's avatar
      Delete TrigNtupleBase package · be952373
      Frank Winklmeier authored
      With the removal of TriggerMenuAnalysis and TriggerMenuNtuple
      (ATR-15431) this package is no longer needed. Also remove some obsolete
      reference to the job options, which weren't working anymore since a long
      time.
      
      
      Former-commit-id: acada213
      be952373
Loading