- Nov 04, 2020
-
-
scott snyder authored
- cppyy null pointer comparison. - use of time module.
-
- Oct 29, 2020
-
-
Frank Winklmeier authored
-
- Oct 09, 2020
-
-
scott snyder authored
If we can't convert the hashed SG key into a string, dump the numeric key.
-
- Sep 23, 2020
-
-
scott snyder authored
Fix muon null pointer comparison. (Was using the wrong Muon). Fixes test failure in JetEventAthenaPool.
-
- Sep 19, 2020
-
-
scott snyder authored
Don't fail if JetAssociationBase or Muon are not available. cf ATLASSIM-4772
-
- Sep 09, 2020
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Aug 28, 2020
-
-
Frank Winklmeier authored
-
Walter Lampl authored
-
- Aug 24, 2020
-
-
Walter Lampl authored
-
- Aug 23, 2020
-
-
Walter Lampl authored
-
- Aug 21, 2020
-
-
Walter Lampl authored
-
- Jul 22, 2020
-
-
scott snyder authored
Get sg-dump.py utility working with python 3.
-
scott snyder authored
As a workaround, we force a few classes to be loaded early. But don't fail if those classes don't exist in this release.
-
- Jul 15, 2020
-
-
scott snyder authored
In root 6.20.06, cling was sometimes parsing xAOD classes in wrong order, causing it to get confused on forward declarations. This was leading to crashes on tests that make event dumps. Explicitly fetch some classes at the start of the dumper to work around this.
-
- May 28, 2020
-
-
scott snyder authored
The test used for the proper next() method could trigger a null pointer dereference if the container was empty. Fix by testing the class, rather than the object.
-
- Mar 20, 2020
-
-
scott snyder authored
Needed to properly dump new PFlow variable.
-
- Jan 23, 2020
-
-
scott snyder authored
If we run the event dump job configuration, it was crashing because PixelDCSCondHVAlg was being added to the conditions sequence without the stuff it depends on. However, we don't need any of that stuff at all here; we can suppress it by enabling the doAODMerging flag. So do that. (Eventually should change this to the new job configuration...)
-
- Dec 15, 2019
-
-
scott snyder authored
Mostly print statement fixes.
-
- Oct 08, 2019
-
-
scott snyder authored
Neaten dump of xAOD MET objects.
-
- Oct 07, 2019
-
-
Update reference files for fix in dumping of MissingET objects
-
- Sep 28, 2019
-
-
scott snyder authored
Clean up dumping of AOD::EventShape.
-
- Sep 06, 2019
-
-
scott snyder authored
Test so as to not fail if some EDM packages are missing.
-
- Jun 10, 2019
-
-
scott snyder authored
Truncate very small masses to zero in the output, to avoid some rounding issues.
-
- Jan 26, 2019
-
-
scott snyder authored
CaloRinger is on by default in RecExCommon, and doesn't obey the doWrite switches. Futher, it loads Athena libraries during job configuration, which can lead to crashes in gcc8 builds. Explicitly disable it.
-
- Jan 04, 2019
-
-
scott snyder authored
Add option to selectively exclude items from the dump.
-
- Jan 02, 2019
-
-
scott snyder authored
Add option to sg-dump to skip events before starting dumping.
-
- Sep 06, 2018
-
-
scott snyder authored
Add dumper for TileRawChannelContainer. Former-commit-id: beeb01b9
-
- Jul 27, 2018
-
-
scott snyder authored
Add a few more xAOD types for dumping. Fix dumping of vectors of 8-bit quantities. Former-commit-id: 7924b569
-
- May 09, 2018
-
-
scott snyder authored
Needed to work with recent changes to xAODEventInfo. Former-commit-id: 347f1094
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-
- Aug 16, 2017
-
-
Goetz Gaycken authored
Several methods to query blayer hit information are replaced by methods to qurey innermost hit information. This addresses the first step towards the resolution of ATLASRECTS-3124. Former-commit-id: f92f5597
-
- May 25, 2017
-
-
Scott Snyder authored
Former-commit-id: 9e381393
-
- May 20, 2017
-
-
scott snyder authored
Avoid calling functions that may return null via a reference. Former-commit-id: e0641aaa
-
- May 07, 2017
-
-
Scott Snyder authored
Not all types on which we use associatedSurface have a corresponding hasSurface method. Don't crash if it's missing. Former-commit-id: b7c370a7
-
- Apr 26, 2017
-
-
scott snyder authored
Avoid getting a null pointer as a reference. Former-commit-id: 8b568caf
-
- Feb 02, 2017
-
-
Scott Snyder authored
* Tagging PyDumper-00-01-99. * python/Dumpers.py (dump_Threevec): Suppress more negative zeros. 2017-01-26 scott snyder <snyder@bnl.gov> * Tagging PyDumper-00-01-98. * python/Dumpers.py (dump_parameters): Do not print pt/eta. They derive from the momentum and can print slightly differently depending on eigen version. Former-commit-id: 6b5a9ef4
-
- Jan 01, 2017
-
-
Scott Snyder authored
* Tagging PyDumper-00-01-97. * python/Dumpers.py: More root 6.08 fixes. 2016-12-10 scott snyder <snyder@bnl.gov> * Tagging PyDumper-00-01-96. * Add xAOD::ForwardEventInfoContainer, xAOD::MBTSModuleContainer, xAOD::ZdcModuleContainer, xAOD::TrigRingerRingsContainer_v2. * Need to explicitly install headers from the cmake file. Former-commit-id: e915b77a
-