- Feb 06, 2019
-
-
- Feb 05, 2019
-
-
Former-commit-id: 9ee46528d8f8b6a4af33343605c92a804681af98
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Feb 04, 2019
-
-
scott snyder authored
MuRcvRawChCnt was moved to being produced via its own coverter, rather than as a side effect of unpacking the main container. Adjust the ByteStreamAddressProviderSvc configuration accordingly.
-
- Jan 30, 2019
-
-
cranshaw authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Jan 29, 2019
-
-
Vakhtang Tsulaia authored
As part of the migration away from the old-style event info, the reference to EventInfo has been removed from the EventIncident. The clients of EventIncident have been updated such that they now pass event information via EventContext, which is a data member of the Gaudi Incident class. Several standalone algorithms (either test or conditions loading jobs) have been switched to direct usage of event contexts (via getContext()) instead of taking them from the incidents. Also dropped the redundant CheckIOV incident
-
cranshaw authored
- MetaDataSvc does not call prepareOutput at stop when it fires the incident - EventFormatSvc runs into problems in MP. Was missing check for pre-existing object
-
Christos Anastopoulos authored
Change defining Parameter interface for NeutralParticle to be the same as TrackParticle, cleaner and MT compatible
-
- Jan 28, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Jan 27, 2019
-
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Jan 26, 2019
-
-
scott snyder authored
Change EventCounterAlg to use ReadHandle.
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
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.
-
Christos Anastopoulos authored
-
- Jan 25, 2019
-
-
Siarhei Harkusha authored
Digits for TMDB from bytestream are unpacked in the same time when Tile digits are requested and upacked and put directly into StoreGate ignoring standard conversion mechanism. The same is done in the case of unpacking raw channels for TMDB. This is not very good for AthenaMT (especially for scheduler). Tile bytestream converters have been refactored to unpack digits and raw channels for TMDB only if they are requested (needed) using standard conversion mechanism. Unit tests for reading Tile digits and raw channels from bytestream and the corresponding reference files have been updated accordingly.
-
scott snyder authored
Fix issues found by the thread-safety static checker.
-
- Jan 22, 2019
-
-
scott snyder authored
The static accessor objects declared in the xAODCore macros should be const. Avoids warnings from the thread-safety checker.
-
- Jan 18, 2019
-
-
scott snyder authored
Remove references to TileBeamInfoProvider from TileMcSignal_jobOptions.py. This JO fragment is not a complete JO but neither is it currently used from anywhere, so this is a best guess but untested.
-
Tadej Novak authored
-
Tadej Novak authored
-
Scott Snyder authored
Enable thread-safety checker for this package; fix problems that it identified.
-
- Jan 16, 2019
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- Jan 14, 2019
-
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
- Jan 13, 2019
-
-
scott snyder authored
Needed for current gcc9.
-
- Jan 12, 2019
-
-
Mark Hodgkinson authored
a moment we then check if the PFO has it.
-
- Jan 11, 2019
-
-
Mark Hodgkinson authored
-
- Jan 04, 2019
-
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
scott snyder authored
Add option to selectively exclude items from the dump.
-
- Jan 03, 2019
-
-
scott snyder authored
Update CaloOverlay_joboptions.py for switch from (MT-unsafe) TileBeamInfoProvider to using TileDQstatusAlg.
-
- Jan 02, 2019
-
-
scott snyder authored
Add option to sg-dump to skip events before starting dumping.
-