- Dec 14, 2020
-
-
* retrieve Atlas Project name from DB * move to ROOT 6 * move to cppyy 1.6.1 * whitespace changes to unify document style
-
- Dec 09, 2020
-
-
Rafal Bielski authored
* Derive TrigByteStreamCnvSvc from ByteStreamCnvSvcBase instead of ByteStreamCnvSvc. * Implement explicit EventContext passing through all methods which need it. Make the interface implementation methods retrieve the EventContext and call the context-aware local methods.
-
- Dec 08, 2020
-
-
Rafal Bielski authored
-
Frank Winklmeier authored
Use the new "central" MessageSvc source format. Also move the MessageSvc initialization after the user job options to enforce our own settings.
-
- Dec 07, 2020
-
-
Rafal Bielski authored
-
Rafal Bielski authored
-
- Dec 04, 2020
-
-
- Dec 03, 2020
-
-
Rafal Bielski authored
``` git grep -l EDMDecodingVersion | xargs sed -i 's/EDMDecodingVersion/EDMVersion/g' ```
-
Rafal Bielski authored
-
-
- Nov 30, 2020
-
-
Vakhtang Tsulaia authored
Closes ATEAM-677
-
William Panduro Vazquez authored
This reverts merge request !38137
-
- Nov 29, 2020
-
-
- Nov 27, 2020
-
-
``` HltEventLoopMgr.cxx:549:66: warning: Method called on moved-from object 'eventContextPtr' [clang-analyzer-cplusplus.Move] HltEventLoopMgr.cxx:750:45: warning: Method called on moved-from object 'ctx' [clang-analyzer-cplusplus.Move] ```
-
Reiner Hauser authored
-
fixing 38564 MR threads + removing commented out lines + removing AthenaST-style root booking and filling code
-
- Nov 26, 2020
-
-
Stewart Martin-Haugh authored
-
- Nov 24, 2020
-
-
- Nov 20, 2020
-
-
- add algIdx to rosIdx caching - set cost and ros collection at once
-
Frank Winklmeier authored
With Gaudi v34r1 (!37533), handle properties changed from type `str` to `DataHandle`. Explicit `str` conversion is required for extracting the key name. Closes ATR-22396.
-
- Nov 19, 2020
-
-
Tim Martin authored
-
- Nov 18, 2020
-
-
Aleksandra Poreba authored
-
- Nov 16, 2020
-
-
Frank Winklmeier authored
`PYTHONSETUPFILE` is not available when running in a partition. Suppress the warning message.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Nov 13, 2020
-
-
scott snyder authored
Avoid spurious object copy in range for.
-
-
- Nov 10, 2020
-
-
Frank Winklmeier authored
Disable the auto-retrieval of tools introduced in gaudi/Gaudi!1124 as this is not relevant for the EventLoopMgr.
-
- Nov 09, 2020
-
-
- Nov 06, 2020
-
-
Frank Winklmeier authored
This code was used during Run-1 to store HLT rates in COOL.
-
- Nov 05, 2020
-
-
Rafal Bielski authored
-
Rafal Bielski authored
-
- Nov 02, 2020
-
-
Rafal Bielski authored
-
- Oct 26, 2020
-
-
Frank Winklmeier authored
-
- Oct 23, 2020
-
-
scott snyder authored
Due to thread-safety changes in ByteStreamCnvSvc, there is no longer a m_rawEventWrite member. Use the interfaces from the base class instead.
-
Requires update Cost workflow for Trig_reco_tf (ATR-20974) - Define COST BS output as DRAW_TRIGCOST (rather than a second BS to avoid conflicts in ProdSys) - Split full BS to fill CostMon stream into the DRAW (before splitting other streams as requested) - DRAW_TRIGCOST needs registering before can be used in ProdSys - athena arguments for RAWtoCOST updated, but need further changes when scripts are ready
-
- Oct 18, 2020
-
-
scott snyder authored
- Pass class instances by const reference, not by value. - assert() with side effects. - unused value.
-
- Oct 14, 2020
-
-
scott snyder authored
Thread-safety annotations should match between declarations and definitions.
-
- Oct 09, 2020
-
-
When running from the DB in athenaHLT, the HLTPSK needs to be read from the database directly, `HLTPrescaleCondAlg.Source` needs to be changed to `DB` to avoid trying to read the key from COOL. Relates to ATR-22143.
-
- Oct 07, 2020
-
-
Werner Wiedenmann authored
- try to release early possible locks in tbb::concurrent_unordered_map (see also ATR-22112) - put clearing and size allocation for output arrays of the eventCache_checkRobListToCache function at the begin of the function
-