Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
  2. Dec 09, 2020
  3. Nov 30, 2020
  4. Nov 26, 2020
  5. Nov 05, 2020
  6. Nov 04, 2020
  7. Oct 23, 2020
  8. Oct 16, 2020
  9. Oct 02, 2020
  10. Sep 16, 2020
  11. Aug 14, 2020
  12. Aug 10, 2020
  13. Aug 02, 2020
    • Eric Torrence's avatar
      LumiCalc: merge website updates back into master · 441d26cd
      Eric Torrence authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      Several updates of iLumiCalc and associated scripts and html files
      have been updated for the atlas-lumicalc website without ever being
      committed back to the git master.  This patch brings the git master
      back into sync with the code on the website, and provides bugfixes
      for iLumiCalc that had been deployed on the website.
      441d26cd
  14. Jul 24, 2020
  15. Jul 17, 2020
  16. Jul 02, 2020
  17. Jun 25, 2020
    • Eric Torrence's avatar
      LumiCalc: merge website updates back into master · a2d2b9e9
      Eric Torrence authored and Edward Moyse's avatar Edward Moyse committed
      Several updates of iLumiCalc and associated scripts and html files
      have been updated for the atlas-lumicalc website without ever being
      committed back to the git master.  This patch brings the git master
      back into sync with the code on the website, and provides bugfixes
      for iLumiCalc that had been deployed on the website.
      a2d2b9e9
    • scott snyder's avatar
      LumiCalc: Fix cppcheck warnings. · 14264982
      scott snyder authored
       - Pass large objects by reference, not by value.
       - Prefer preincrement to postincrement for user iterators.
       - Prohibit copy for a class that manages memory.
       - Prefer to initialize members in an initialization list.
       
      14264982
  18. Jun 23, 2020
  19. Jun 13, 2020
  20. Jun 02, 2020
  21. May 28, 2020
  22. May 23, 2020
  23. May 22, 2020
  24. May 19, 2020
    • scott snyder's avatar
      LumiBlockComps: MuWriter fixes · b38afd55
      scott snyder authored
        - LumiBlockMuWriter allows the input conditions handle key to be empty.
          In that case, it will write the decorations as 0.
          LumiBlockMuWriter is enabled for cosmic runs as well,
          with this configuration.
      
        - If the decorations already exist, they won't be overwritten.
      
        - If both online and mc are enabled, mc takes precedence.
      
      See ATR-21360.
      b38afd55
  25. May 18, 2020
  26. May 14, 2020
  27. May 12, 2020
  28. May 10, 2020
  29. May 07, 2020
    • Vakhtang Tsulaia's avatar
      LumiBlockMetaDataTool code cleanup · c9de776b
      Vakhtang Tsulaia authored
      General code cleanup:
         * Dropped several redundant properties and private data members
         * Dropped several redundant virtual functions
         * Switched to ATH_MSG macros
         * Some code readability improvements
         * Removed atlas_depends_on_subdirs from CMakeLists.txt
         * Client python scripts cleaned up from references to dropped properties of LumiBlockMetaDataTool
      c9de776b
  30. May 05, 2020
    • Vakhtang Tsulaia's avatar
      Removed redundant ILumiBlockMetaDataTool interface · 8657dc74
      Vakhtang Tsulaia authored
      The only derived LumiBlockMetaDataTool provided dummy implementations for
      the methods of the ILumiBlockMetaDataTool interface.
      
      The ILumiBlockMetaDataTool inteface was dropped. The derived class and two clients
      of this interface were cleaned up from the dependency on it.
      8657dc74
  31. 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
  32. Apr 08, 2020
  33. Apr 07, 2020
Loading