Skip to content
Snippets Groups Projects
  1. Jun 11, 2020
  2. Jun 08, 2020
    • Frank Berghaus's avatar
      Remove defunct job option from ByteStreamInputSvc · 11f6ce6a
      Frank Berghaus authored and Walter Lampl's avatar Walter Lampl committed
      The ByteStreamEventStorageInput service provided a legacy job option called FullFileName to specify bytestream input. With the move to EventSelector this option was all but removed from ByteStreamEventInputSvc. The EventSelectorByteStream provieded the input option to specify input. It captured the FullFileName option of the InputSvc. This commit removes the relevant parts of the ByteStreamEventStorageInputSvc and EventSelectorByteStream. It also attempts to move all references in other job options (unless they specify being for an older release).
      11f6ce6a
  3. May 22, 2020
  4. May 19, 2020
  5. May 05, 2020
  6. 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
  7. Apr 07, 2020
  8. Apr 01, 2020
  9. Mar 11, 2020
  10. Jan 22, 2020
  11. Jan 18, 2020
  12. Jan 08, 2020
  13. 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
  14. Nov 15, 2019
  15. Sep 20, 2019
  16. Sep 13, 2019
  17. Sep 11, 2019
    • John Derek Chapman's avatar
      Merge branch '21.3-sched-FTKSimTruth' into '21.3' · c71ab126
      John Derek Chapman authored
      Schedule FTKFastSimTruth before trigger simulation
      
      See merge request atlas/athena!26339
      
      (cherry picked from commit 712841b1375d92a5f5bbe5e1a56ecdb3fbbafad3)
      
      c409ab36 Add FTKFlags.doTruthSmearing flag
      2501f873 Add tools/algs from TrigFTKFastSimTruth_jobOptions to FTKRec
      18e8c696 Split FastSimTruth from FTKRec and only schedule this part before the trigger
      c25466d9 Protect FTKFastSimTruth inclusion
      c71ab126
  18. Jul 12, 2019
  19. Jul 09, 2019
  20. Jul 04, 2019
  21. Jun 12, 2019
  22. Jun 06, 2019
  23. Jun 04, 2019
  24. May 29, 2019
  25. Apr 29, 2019
  26. Mar 29, 2019
  27. Mar 04, 2019
  28. Mar 01, 2019
  29. Feb 26, 2019
  30. Feb 22, 2019
  31. Feb 20, 2019
  32. 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
  33. Nov 05, 2018
  34. Oct 01, 2018
  35. Aug 21, 2018
  36. Aug 17, 2018
  37. 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
Loading