- Sep 10, 2018
-
-
David Richard Shope authored
Former-commit-id: 7219aaeaa5e1028278419913472c986b8576a518
-
David Richard Shope authored
Former-commit-id: 2f92417b4d9260fdf747be880d3869f938d49907
-
- Sep 03, 2018
-
-
Former-commit-id: e2ccbea461f6c0ad957e27305b8698f9f66dafe3
-
Dan Guest authored
When ttree2hdf5 was passed and empty file would segfault. This commit adds some protection against that situation. I also added a thin wrapper on the `main(...)` function to catch logic errors and make the error handling slightly cleaner. Former-commit-id: 7bff2a1bb32a01992738e5d709136c21c9989535
-
Philip Sommer authored
Former-commit-id: a192d2842e908f37f213ab4555fa7133ecef6e55
-
Philip Sommer authored
Former-commit-id: 4748836730dd7786e02b545e398c9785a1ed9442
-
Othmane Rifki authored
Former-commit-id: d3937e651d43d7e374803aa6d4119046930265d0
-
James Catmore authored
Former-commit-id: abc437714e1479fbbece643298f07151b025be38
-
Johannes Junggeburth authored
Former-commit-id: e2c61f5980f9eb987ef755483285e71f23ddf79b
-
James Catmore authored
Former-commit-id: 3c51ab0662b38ab04afc10a9442bcbc9d6d3e7be
-
James Catmore authored
ATLASG-1450 It was noted that the derivation framework PrescaleTool is not safe in a multi-process/thread environment due to its use of an event counter, such that the order of execution needs to be the same to get reproducible results. This MR changes the tool to use the event number rather than a counter, and since the event number is independent of the the order of processing, the outcome of the prescaler is now exactly reproducible and predictable. Former-commit-id: 34bb2bdbc7f28e74a954c5952ce0a7efb2fafc9b
-
David Richard Shope authored
Temporary fix/revert from previous commit, those 'cosmetic' changes turned out to have an actual change - moving generic track thinning first caused InDetTrackParticles to become much smaller for some so far mysterious reason Former-commit-id: 6087b8257d4160c5bf94ecd291ebe6ef59e935d1
-
Johannes Junggeburth authored
Former-commit-id: b57ffa978d4978969b9ba87efde282584e67d321
-
Johannes Junggeburth authored
Former-commit-id: da2358828a2b9edc852d2d8845a1a6147a8e7433
-
Rui Miguel Faisca Rodrigues Pereira authored
Previous merge for b-tagging support in heavy ion jets (!12980) included the aliasing of AntiKt4HI jet collection to AntiKt4EMTopo, which was not enough (at least in the case of a test with 21.0) for the EM Topo jet reference data to be recognized. Aliasing is now extended to AntiKt4TopoEM and AntiKt4LCTopo, to solve this issue and be fully consistent with the scheme used for AntiKt4EMTopo. Former-commit-id: ee0ae7a85c2794261c306c0a47cbfe2878e2cfc2
-
Tomas Dado authored
Former-commit-id: d4e1867397863bcbb834c536b5954c8112049f25
-
Johannes Junggeburth authored
Former-commit-id: 02d268369c5a5e9962528cbf6417ac443ea0819e
-
Johannes Junggeburth authored
Former-commit-id: ee146bd020affe69ca1b96f5f9b16e4db48b2fbe
-
David Richard Shope authored
Former-commit-id: e8fcbb1e277e6ef12dab1842e24e985be1523d9f
-
David Richard Shope authored
Former-commit-id: 44edf70f9eb187b1a4f4bb5e9f537bb264959b8b
-
- Sep 02, 2018
-
-
David Richard Shope authored
Former-commit-id: 40d69eab997338f000b24fc2dd62492e66075cda
-
- Aug 30, 2018
-
-
Will Buttinger authored
Update generatePRW_jobOptions.py - add the error handler, should be using this in the production jobs for safety. Former-commit-id: 2ad4d4131fab83d7b40ea1ed026a194d66c852eb
-
Attila Krasznahorkay authored
Following the update in AlgSequence, I implemented the insertsion and deletion operations for AnaAlgSequence as well. At the same time fixed a typo that I only noticed while writing validation code for the algorithms. Former-commit-id: 58cef561a4b1edd5bfbeaded7f7f59fa7f9830dc
-
Attila Krasznahorkay authored
Taught it how to accept insert requests, and how to delete an existing algorithm/sequence from the sequence. Did not introduce a __delitem__ function, since Athena configurables don't have such a function defined on them either. Former-commit-id: 6f8fbf4af3f4c3904d541e2d06c37ebc2dd9f9c3
-
Attila Krasznahorkay authored
Using a wildcard for selecting the containers to write is not a good idea anymore, since the AnaAlgSequence configuration bases the intermediate container names of the sequences on the output container name. For now just switched the jobs to only writing the systematically not varied objects to the mini-xAOD output. Former-commit-id: 9ddeb787a93a7a8cf4718428180b7c73d7f183f2
-
shion authored
Former-commit-id: 8ec75ba90cd69f5d5911a5f5a479527acb1c1710
-
- Aug 29, 2018
-
-
Christos Anastopoulos authored
Former-commit-id: 58697c5f774967d44c41a8aec6042b6605cb2df0
-
Rachael Ann Creager authored
Former-commit-id: 9497cf9011e4a41b29bf10405507e39268983f50
-
Giovanni Marchiori authored
Former-commit-id: 9fe94908ce0e649323d81993766775de3e0c21ec
-
Christos Anastopoulos authored
the detail level was always set to maximum, so the nSys were always a set number, remove some obsolete methods Former-commit-id: f0036a10706a495dc95264e629d0caaccd0a1502
-
Giovanni Marchiori authored
Former-commit-id: 568f883c67bf9622c44a01a5a61af836de5bc444
-
David Richard Shope authored
Former-commit-id: bf60a87d89118bc75d500bcd46fba3979897d9ae
-
shion authored
Former-commit-id: 902ab224a54317d01d0a8bd7be2e81d06877b1af
-
Giovanni Marchiori authored
Updated egamma smart slimming lists. See https://its.cern.ch/jira/projects/ATLEGAMDPD/issues/ATLEGAMDPD-95 Former-commit-id: 7e069248f644f0477186e1dc6e27b2808fbd0b98
-
David Richard Shope authored
Former-commit-id: 2def1ceef3fc13dcf583e0bd2f130d705e786ce7
-
Petr Jacka authored
Former-commit-id: 5f5a7a455c78a4808f49fdcf08c4042be646b84b
-
David Richard Shope authored
Former-commit-id: da406e46e10a50fc50cfb07c68d0c9b1b003f5ac
-
Petr Jacka authored
Former-commit-id: 978937f0cd084b730f7c7892320e2fd689ca93dd
-
Giovanni Marchiori authored
Former-commit-id: 73cfab374c8f49b87f9d8762db95c3dc3c1925c6
-
David Richard Shope authored
Former-commit-id: b128da9cc56077f527f287580beb33c4c37cc427
-