- Sep 12, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: db02e33dc8f5498d83ac79060c9d037e0b334336
-
- Sep 11, 2018
-
-
Attila Krasznahorkay authored
This reverts merge request !14084 Former-commit-id: deafbb6be2ff46f3451a43f3bcf0d54e174581d5
-
Florian Christoph Fischer authored
Former-commit-id: adb4d1632edff57657155e58d461b92423b9299b
-
- Sep 10, 2018
-
-
The pythonization of TFile::root was calling the SetSize method on a PyROOT buffer object. The argument that SetSize takes is the number of elements in the buffer, where the size of each element depends on how the buffer was created. Here, however, we were passing to SetSize a number of bytes. The buffer elements we were seeing were void*, which have size 8. So the buffer size was getting misset by a factor of 8. This was leading to a crash in the input file peeker. This crash was however only observed in the muRunData test of TrigUpgradeTest, and only when it was run with --stdcmalloc and MALLOC_CHECK_=3. It's a bit a mystery why this apparently long-standing bug hasn't caused problems before. Former-commit-id: 5f553898f3b4118e8ce47eb78932349b750e2054
-
- Sep 05, 2018
-
-
Marcelo Vogel authored
As requested by ADC, the archiving transform now deletes input files right after they are added to the output zip archive. This commit also drops the support for handling tar archives, which was approved. Former-commit-id: a3eec24cbb5e3fce033ee84b64ee967a364710f8
-
- Aug 30, 2018
-
-
Adding README to DirectIOART package & updating generateARTtests.py See merge request atlas/athena!13589 (cherry picked from commit 66d10442 [formerly 09cf2e2eb31749106e3dbf50c34fd9b7de8eb8f0]) 02319117 Added README.md and updated generateARTtests.py 19d20592 Updated info about software releases in which the TFile::Open testa are executed e6b5db43 Added master/Athena to RecoTF tests 446e423d Again updating README.md... Former-commit-id: 079087b54c44d72b8099ecd497f92c40fd0322c9
-
- Aug 17, 2018
-
-
Attila Krasznahorkay authored
These will be the places where PathResolver will look for calibration files for in the future. The old paths are still kept in place for a "migration period". Former-commit-id: e1710e93402d0f90eeb8bd9a68281baba1032057
-
- Aug 03, 2018
-
-
Will Buttinger authored
Former-commit-id: d0864aaa6a021dfd81ab194f3a18d9c249f72498
-
Will Buttinger authored
Former-commit-id: 51e92e5edcdd3e7384329e5c507da1c489251439
-
- Jul 24, 2018
-
-
New features for Archive_tf (ATLASJT-383) See merge request atlas/athena!12870 (cherry picked from commit faa7ee68 [formerly ed6c838a44f58d428120745eba52f6e0d53ceae8]) 5a3f5c9d New features for Archive_tf (ATLASJT-383) Former-commit-id: 18f45fb74482e4cf9988c88adbfbf01441b966ac
-
- Jul 10, 2018
-
-
Tulay Cuhadar Donszelmann authored
Former-commit-id: f171978779011a3987f3127dfba384983b8e08b1
-
- Jul 09, 2018
-
-
Will Buttinger authored
Former-commit-id: c62e0b925a121bc6132bdb82575494a2078075ec
-
- Jul 06, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: 268f8ae71381ca54a6852c0b3abe5c4e2e8da9ab
-
Florian Christoph Fischer authored
Former-commit-id: 396e6efcdc44e5f5ee9d74f520230278fe541f86
-
- Jun 25, 2018
-
-
rm FullChainTests See merge request atlas/athena!12026 (cherry picked from commit a9c34fcb [formerly 2f492c80e639b48958c6a781b7243cfe0cb04bfb]) aa592010 rm FullChainTests Former-commit-id: 21a013f6ef1197d48b3b7f59fad5eb9d49265f99
-
- Jun 21, 2018
-
-
Updating generateARTtests.py See merge request atlas/athena!12067 (cherry picked from commit 8317b886 [formerly c728abcab4805495cd4212a4feec0f29d0c13526]) 24c35555 Updating generatingARTtests.py with latest test samples and typo fixing Former-commit-id: aba945cd939cf576371ceaee816184fdee7d589f
-
- Jun 16, 2018
-
-
This branch fixes a bug in Archive_tf See merge request atlas/athena!12104 (cherry picked from commit cb1a0482 [formerly 72300cd8c6499c46d4196a7bcc64c1b64699fe5d]) 305abfc5 This branch fixes a bug in Archive_tf Former-commit-id: 148634c276376196d80c7430c91dcec7f0e98fb3
-
- Jun 11, 2018
-
-
Attila Krasznahorkay authored
This reverts merge request !11977 Former-commit-id: 89fb752413c8fae1ebd81ddb28a5b8eea815866d
-
- Jun 07, 2018
-
-
Attila Krasznahorkay authored
This reverts merge request !11571 Former-commit-id: 7702c606ca5f78a3ecf78eb747e2da9af4ddbb0e
-
- May 20, 2018
-
-
James Beacham authored
Former-commit-id: e64389ec00996fbc70104d213392d0fe0f89380c
-
James Beacham authored
Former-commit-id: 2fd0aefff5c7a0a0074350fda359199734c17306
-
- May 15, 2018
-
-
John Chapman authored
Some changes made to `Tools/FullChainTransforms/share/skeleton.EVGENtoRDO.py` as part of !9101 accidentally broke Fast Chain running - this was not noticed at the time as the job was broken for other reasons. The sytnax has been tweaked to get Fast Chain working again. This should fix ATLASSIM-3691. Former-commit-id: 2cadd875753202d758552d5a4f080161a393c581
-
Removed dependency on zip binary from Archiving transform (ATLASJT-296) See merge request atlas/athena!11230 (cherry picked from commit 04559265 [formerly 86ce1f3252312edadcf3ba33009439148ad5a010]) 6d177b69 Removed dependency on zip binary from Archiving transform (ATLASJT-296) Former-commit-id: d689c169c07d88e4c6512a1806b5ddbad81866c1
-
- May 14, 2018
-
-
James Beacham authored
Former-commit-id: 3b3107ce24f6dd34b0093b7e6f0e802497731974
-
- May 12, 2018
-
-
Marcelo Vogel authored
Given that the zip binary may not be available at all grid sites, this branch replaces the zip binary from the back-end of the Archiving transform with python's native zip capability. It can handle ZIP files that use the ZIP64 extensions, that is ZIP files that are more than 4 GByte in size Former-commit-id: 6d177b697cbcbd981a948f5ab30b115d87cd4097
-
- May 11, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: d566c19a72a0b1b8ef35f73a6741aaca864ea795
-
- May 10, 2018
-
-
amete authored
Former-commit-id: 3933ad858ad2771fb9550a6183f4a0fd2e86115a
-
Fix for Merge_tf.py in AthDerivation See merge request atlas/athena!11038 (cherry picked from commit 124bce32 [formerly 39ddb77f3fd18881ed6e75112960a3f1f2fe96ef]) 4557e603 Fix for Merge_tf.py in AthDerivation Former-commit-id: dceff1a173d1a4ea2f9b14c620e63765df996ba2
-
- May 09, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: 46efaf6260e016b7e7a475282ad3722492b70788
-
Florian Christoph Fischer authored
Former-commit-id: afe92ff81b23157740de7c8a9ad4e74b9bdaa37b
-
- May 08, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: d43029688e69dcc735162f2fad70ee43f81b945e
-
- May 07, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: a105c7032d2bb0762f11168e234ef7892f76682f
-
- May 05, 2018
-
-
James Beacham authored
Former-commit-id: 878ee88463ec4e044bcd03733d28ce3851299ac3
-
Marcelo Vogel authored
The python modules in SimuJobTransforms are not available in AthDerivation, and Merge_tf crashes while attempting to import them for its HITSMerge substep. This branch makes the import of these modules conditional to their availability in the release Former-commit-id: 4557e6035658e3db7f09ef700a837936a91f7a03
-
- May 04, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: 0c1b2998784f179380ad607fb5e86d4538d02576
-
Florian Christoph Fischer authored
Former-commit-id: debdb79d3ce854bf9ccf2b9c20e1320d467569b8
-
Florian Christoph Fischer authored
Former-commit-id: d15cd20b9130ebc0c0bdef2af87a78b1f507159e
-
- May 03, 2018
-
-
James Beacham authored
Former-commit-id: 98939c536bc98b13c38b6d27d59efb21bb793b3b
-
- May 02, 2018
-
-
James Beacham authored
Former-commit-id: 0b41f4cb1ec06a4425e8bd1f8dc68458af47cd45
-
- May 01, 2018
-
-
fixing get_files script to retrieve locally installed files See merge request atlas/athena!10792 (cherry picked from commit 141422c4 [formerly 1765e506]) 21544891 fixing get_files script to retrieve locally installed files 24b01702 changing /bin/sh to /bin/bash on advice of shifter Former-commit-id: a4fcdc2ca831d7c47c090ed1ea2d45dc7026ba3c
-