Skip to content
Snippets Groups Projects
  1. Aug 25, 2020
  2. Aug 21, 2020
  3. Aug 19, 2020
  4. Aug 18, 2020
  5. Jun 18, 2020
  6. Jun 04, 2020
    • Frank Winklmeier's avatar
      PyUtils: Remove gen/load_typeregistry_dso · 0e64f3f6
      Frank Winklmeier authored
      Delete the `gen/load_typeregistry_dso` functions that could create/load a
      `typereg_dso_db.csv` file with type information. However, the generate
      function currently just creates an empty file and thus this code seems
      no longer necessary.
      0e64f3f6
  7. Apr 17, 2020
  8. Apr 09, 2020
  9. Feb 11, 2020
  10. Jan 18, 2020
  11. Jan 05, 2020
  12. Dec 19, 2019
  13. Dec 10, 2019
  14. Nov 26, 2019
  15. Nov 15, 2019
    • scott snyder's avatar
      AthenaPython: Fix file peeking for certain old files. · 3cb6c091
      scott snyder authored
      In python, if TFile.Get fails, it returns a null TObject object, which is
      distinct from None.  So comparing the result of Get() against None is wrong;
      better to use not or convert to a bool.
      
      This bug caused peeking in certain old data files to fail.
      Fixed.
      3cb6c091
  16. Oct 30, 2019
  17. Oct 28, 2019
  18. Oct 24, 2019
  19. Oct 22, 2019
  20. Sep 20, 2019
  21. Aug 30, 2019
  22. Aug 29, 2019
    • scott snyder's avatar
      AthenaPython: Avoid some root/cling Error messages. · f5981934
      scott snyder authored
      Was seeing Error messages from CreateRealData about std::stream objects,
      that were triggered by trying to create a dictionary for
      GaudiPython::CallbackStreamBuf.
      This can be avoided by touching this dictionary earlier.
      f5981934
  23. Aug 24, 2019
  24. Jun 21, 2019
  25. Apr 18, 2019
  26. Oct 25, 2018
  27. Sep 02, 2018
    • scott snyder's avatar
      AthenaPython: gcc7 fix · e0647561
      scott snyder authored
      Update coral attribute method workaround for gcc7.
      
      
      
      Former-commit-id: b482fd1232698917baf66a316cbef7ad61dd16c9
      e0647561
  28. Jul 27, 2018
  29. Apr 25, 2018
  30. Oct 07, 2017
  31. Sep 03, 2017
  32. Jun 22, 2017
  33. Apr 10, 2017
  34. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (AthenaPython-00-06-45) · 07bdc596
      Atlas-Software Librarian authored
      2015-10-04  scott snyder  <snyder@bnl.gov>
      
              * Tagging AthenaPython-00-06-44.
      	* Comply with ATLAS naming conventions.
      
      2015-05-19  scott snyder  <snyder@bnl.gov>
      
              * Tagging AthenaPython-00-06-43.
      	* python/FilePeekerLib.py: Fix for compatibility with gcc5 ABI.
      
      2015-04-22  Alexandre Vaniachine  <vaniachine@anl.gov>
      
              * Tagging AthenaPython-00-06-42
              * python/FilePeekerLib.py: fix ATEAM-142: no AtlasRelease overwrite
      
      2015-03-03  Alexandre Vaniachine  <vaniachine@anl.gov>
      
              * Tagging AthenaPython-00-06-41
              * python/FilePeekerLib.py: Peeking for eventless MC DAOD files
      07bdc596
  35. Nov 27, 2015
  36. Jan 19, 2015
    • Peter Van Gemmeren's avatar
      Protect IThinningSvc.RemovedIdx assignment (AthenaPython-00-06-39) · 6689db1d
      Peter Van Gemmeren authored
      	* python/Bindings.py: Protect IThinningSvc.RemovedIdx assignment
      	(needed by ROOT 6).
              * Tag AthenaPython-00-06-39
      
      2014-11-26  Karsten Koeneke  <karsten.koeneke@cern.ch>
      
      	* python/PyAthenaComps.py: Move to new ICutFlowSvc.
              * Tag AthenaPython-00-06-38
      
      2014-11-13 Will Buttinger <will@cern.ch>
              * src/PyAthenaAlg.cxx and PyAthenaComps.py : added resetExecuted method callthrough to python so this can be implemented in python
              * added setExecuted and isExecuted accessors to underlying cpp handle as well
              * Tag AthenaPython-00-06-37
      
      2014-11-10  Marcin Nowak  <Marcin.Nowak@cern.ch>
      	* python\FilePeekerLib.py(process_metadata): enabled
      	coral::Attribute::data<bool> reading for ROOT6 after fix: https://sft.its.cern.ch/jira/browse/ROOT-6067
              * Tag AthenaPython-00-06-36
      
      ...
      (Long ChangeLog diff - truncated)
      6689db1d
  37. Sep 19, 2014
Loading