- Aug 25, 2020
-
-
Walter Lampl authored
-
- Feb 11, 2020
-
-
scott snyder authored
In FilePeekerLib, handle the case where we get a MetaCont<IOVMetaDataContainer> rather than IOVMetaDataContainer itself.
-
- Jan 18, 2020
-
-
scott snyder authored
- iteritems - coerce iterator to list
-
- Dec 19, 2019
-
-
scott snyder authored
Update the handling of CORAL attributes to work with both py3 and py2. Can simplify it now using a pyroot template proxy.
-
- Nov 26, 2019
-
-
scott snyder authored
- xrange -> range - take basestring from past.builtins - long - take reload from imp
-
- Nov 15, 2019
-
-
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.
-
- Oct 28, 2019
-
-
Frank Winklmeier authored
Enable flake8 for all python modules and make them compliant.
-
- Oct 22, 2019
-
-
Frank Winklmeier authored
Move code from begin/endRun to start/stop as the former is deprecated.
-
- Apr 18, 2019
-
-
scott snyder authored
Initial python3 port. Not yet meant to be complete; only enough to run basic athena/configuration jobs.
-
- Sep 02, 2018
-
-
scott snyder authored
Update coral attribute method workaround for gcc7. Former-commit-id: b482fd12
-
- Jul 27, 2018
-
-
scott snyder authored
DataHeader::checkStatus() has been removed. It's only used here for a consistency check, so remove that check. Former-commit-id: 4cfcfea5
-
- Oct 07, 2017
-
-
Adds mc_channel_number to file peeking See merge request !5132 Former-commit-id: f814a7e7
-
- Jun 22, 2017
-
-
Marcin Nowak authored
Removing uses of PyCintex, CINT, Reflex and ROOT5 from packages in Control - they are not needed in ROOT6 world. Former-commit-id: 61252ce5
-
- May 27, 2016
-
-
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
-
- Jan 19, 2015
-
-
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)
-
- Sep 19, 2014
-
-
Graeme Stewart authored
-