- Apr 20, 2018
- Apr 12, 2018
-
-
Vakhtang Tsulaia authored
It has been demonstrated that the checkpoint-restart technique is not bringing us any benefits. On contrary, by keeping dmtcp in atlasexternals we are causing troubles to building our software on PowerPC and MacOS Former-commit-id: 9edfd0c81e75b27eede3cc3712c1c460467b037e
-
- Mar 27, 2018
-
-
Former-commit-id: 7aaf6962
-
- Mar 26, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: e4adac17dbc2cefc6d6babc2698810c1d2435a3d
-
- Mar 16, 2018
-
-
Marcelo Vogel authored
This branch adds a flag (UseLZMA) to AthenaCommonFlags, which activates LZMA compression for writing RDO, ESD and AOD if set to True; otherwise, ZLIB is used by default. Former-commit-id: a798afd8a9246a714e28e374f24118962204fbb8
-
- Mar 14, 2018
- Mar 09, 2018
-
-
Sebastian Weber authored
Former-commit-id: 396ab4c0947c09a2035513fe30d753d03dda9bfb
-
- Mar 07, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 82745f24
-
Sebastian Weber authored
Former-commit-id: 30fb0040
-
- Mar 04, 2018
-
-
Zach Marshall authored
Forgot to initialize the pointer to nullptr. Fix requested in !9104 Former-commit-id: efb367ecba502a49cdb0c518ddd8a27c59429f30
-
- Mar 02, 2018
-
-
John Chapman authored
Updating packages to use the `extends<...>` pattern. Former-commit-id: 30100ba4e30bc4b80e3f2a338a35cdc7dc9ae902
-
- Feb 26, 2018
-
-
John Chapman authored
Directly declaring the `InterfaceID` and the `interfaceID` method is deprecated. Replacing it with the recommended `DeclareInterface` syntax which creates both. Also tidied whitespace in the updates files. Former-commit-id: 4c4926a1
-
- Feb 22, 2018
-
-
Peter Onyisi authored
Former-commit-id: 32ea3966
-
- Feb 21, 2018
-
-
Zach Marshall authored
Former-commit-id: 17d9dc2098f2a32a8f3229a2f390644bda5ef562
-
Zach Marshall authored
This is an important hook for stopped particle or out of time decay searches. The option that I've added has a few settings: allowing signal in any empty BCID, or allowing them in the first N BCIDs after a filled crossing. This should satisfy the use-cases I can think of, at least. In doing this, I had to actually copy the property value instead of taking the const reference as had been done before. That's in order to be able to set it. Another option would be to copy the values directly into the member variable and do all the manipulations on that thing, but that would be a bit more intrusive. Former-commit-id: 6a88bbc718397957490191d6c8fdaa1dbbf80bf0
-
- Feb 16, 2018
-
-
Vakhtang Tsulaia authored
Former-commit-id: 3d80560b
-
- Feb 14, 2018
-
-
Tadej Novak authored
Former-commit-id: 3344bfb04acbef09027ae95ea640bbbaefc1207f
-
- Feb 10, 2018
-
-
21.0 dq event filter See merge request !3963 (cherry picked from commit 90ab69f3 [formerly 4bce3de36d8423fc4a38ea27c5416b4e90b263fa]) e7a9dd85 First iteration of event flag tool a82f5e67 Event filter submission candidate 705565b0 Add filter tool configuration fef00ed0 Fix special cleaning configuration for DQ event cleaning Former-commit-id: c180aa09012518fde576675488707f4c018189a3
-
- Feb 09, 2018
-
-
Fixing bug in AthMpEvtLoopMgr introduced by problematic commits See merge request atlas/athena!8755 (cherry picked from commit bae26e26 [formerly 7fa677cda69efdadcb2a68a5220662cf21a25abc]) 840ff77d Fixing bug in AthMpEvtLoopMgr introduced by problematic commits Former-commit-id: 0db763cfa702e71c8b4958f45f9a2f81e66a33f9
-
- Feb 08, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: dd2e9304af72baf4e0e78ff5351996fef4103efd
-
Attila Krasznahorkay authored
linking the genCLIDDB executable, to make sure that it is in place by the first time the build system tries to use the executable. Former-commit-id: 52b315b48b19b10eea9daa1093a802bc4cda2c64
-
Attila Krasznahorkay authored
Former-commit-id: 14d7c6532b0b362b0c8151e5db3dfd82ca8deb4c
-
- Feb 03, 2018
-
-
Peter Onyisi authored
Former-commit-id: f008232318320d0d496a046f6c28fc52d831a522
-
- Jan 31, 2018
-
-
users. So that it would do it in a way that works in a "minimal" setup as well. (When running athena.py from a pickle file.) Note the change in the capitalisation of the first character! (cherry picked from commit 99133c6c [formerly 064659a0719952e14ecf55c96ad7f0cc49ad3557]) Former-commit-id: d7afd683
-
- Jan 24, 2018
-
-
Helps makes user job options simpler, making the line where you retrieve the AthAlgSeq optional rather than required (cherry picked from commit ce3fd9c4 [formerly 54118f180d9e8cbb5470269818f2b84c24c5b66a]) Former-commit-id: 651e7294f9664fe58b5c767ae6b0fb9024802a83
-
Will Buttinger authored
Improved based on suggestion from nils in MR https://gitlab.cern.ch/atlas/athena/merge_requests/4872#note_361917 (cherry picked from commit a1be0bcf [formerly 8d6ea82fc531926a101f1eeb6ab5c973768b2dfc]) Former-commit-id: 38bbbb968d41ce0963665943bd4ec3f718a73be2
-
(cherry picked from commit 628602e5 [formerly 93ba42a280edf46e572ae00c90f1c007c458d44b]) Former-commit-id: 7e3e9ec80a9fa1412099dc31b47dc2d5412bbd66
-
(cherry picked from commit a64c193c [formerly 6dcc60aadb0a99c91472f622a7fb0fcbdaec70ad]) Former-commit-id: a93b2e6caf39cb9f58cfb0ab60eadac50c7692c5
-
added three new options for athena: --filesInput, --evtMax, and --skipEvents, to control the three corresponding AthenaCommonFlags. These flags are also now used in runbatch.py, when specified on command line (cherry picked from commit 15068a0e [formerly e9211884660bf9be7988984b7cac55387669f114]) Former-commit-id: 21b6171644022341e70801d1fca42d72485b7b47
-
- Dec 14, 2017
-
-
Tamara Vazquez Schroeder authored
This reverts merge request !7425 Former-commit-id: cd496b950f40222cab443afb3973e1aa8cf1aab8
-
Tamara Vazquez Schroeder authored
This reverts merge request !7353 Former-commit-id: 9484bca3527da87805b3a286c462adf48eb970e6
-
- Dec 11, 2017
-
-
John Chapman authored
Suppress `ut_xaodrootaccess_metadata_test` in `AthSimulation` project as it relies on classes which are not part of this project. Former-commit-id: 3a2779e24ae8cc2bd366f982027e08f64e7134db
-
which need to access key and retrieve store via symlink. Former-commit-id: 6abf107cf58fff7872a1d34fa9f5996769cc0d83
-
- Dec 05, 2017
-
-
Vakhtang Tsulaia authored
Recent tests discovered that a non-zero value of the skipEvents property can lead to wrong results in Event Service jobs. In general, skipEvents does not make sense for the Event Service. Former-commit-id: 9242ed18de50cd04af7e64c56a8434a9e0dd0ede
-
- Nov 28, 2017
-
-
Former-commit-id: 021cd23895cbddd0071412e9a0ac32fe66001f7c
-
- Nov 18, 2017
-
-
Former-commit-id: d5b36b58fb99f7c5d47137b3361d52c065552592
-
- Nov 16, 2017
-
-
Former-commit-id: a74314fbb142403cbd88ba2876756fca1c9c34d6
-
- Nov 14, 2017
-
-
New Metadata merge feature for SharedWriter in AthenaMP See merge request !6384 Former-commit-id: 79aeadccbe12f2b7fce331cc8d44fe5518113990
-