Skip to content
Snippets Groups Projects
  1. Aug 25, 2020
  2. Feb 11, 2020
  3. Jan 18, 2020
  4. Dec 19, 2019
  5. Nov 26, 2019
  6. 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
  7. Oct 28, 2019
  8. Oct 22, 2019
  9. Apr 18, 2019
  10. Sep 02, 2018
  11. Jul 27, 2018
  12. Oct 07, 2017
  13. Jun 22, 2017
  14. 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
  15. 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
  16. Sep 19, 2014
Loading