- Nov 13, 2020
-
-
scott snyder authored
Avoid spurious object copy in range for.
-
- 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
-
- Oct 02, 2020
-
-
Rafal Bielski authored
-
- Sep 30, 2020
-
-
Rafal Bielski authored
-
- Sep 22, 2020
-
-
Frank Winklmeier authored
Always put ROOT into batch mode to avoid additional GUI threads being created that could cause problems during forking (ATR-21890).
-
- Sep 16, 2020
-
-
- Sep 09, 2020
-
-
Frank Winklmeier authored
!36223 introduced a slight change in behavior when reading `DF_Enabled_ROB_IDs`, i.e. it was always overwriting the list of enabled ROBs even if a value was set explicitly via job options.
-
Frank Winklmeier authored
Fix bug when parsing job properties of the type `MyAlg.MyTool.MyProp`. The client name is in this case `MyAlg.MyTool` and not only `MyAlg`.
-
- Sep 07, 2020
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Sep 03, 2020
-
-
Frank Winklmeier authored
Package contains old-style data-scouting example for the muon calibration stream. If we ever get around to using this online, this could be revived and updated.
-
- Aug 29, 2020
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- Aug 28, 2020
-
-
- Aug 27, 2020
-
-
Adam Edward Barton authored
-
- Aug 14, 2020
-
-
-
Frank Winklmeier authored
Standalone application to write trigger configuration to COOL/IS is no longer needed (see ATR-19823, ATR-20641).
-
- Aug 10, 2020
-
-
Stewart Martin-Haugh authored
-
- Aug 07, 2020
-
-
- Aug 03, 2020
-
-
-
Frank Winklmeier authored
Add a new `ITrigEventLoopMgr::prepareForStart` method to the `HltEventLoopMgr` that is being called by the `Psc` before calling the start method of the `ApplicationMgr`. This will allow the EventLoopMgr to setup anything that may be required during `start` (e.g. setting up a partial EventContext, ATR-21331).
-
- Jul 28, 2020
-
-
Rafal Bielski authored
Patch sent by @wiedenma
-
- Jul 27, 2020
-
-
scott snyder authored
Make sure getoutput() is in the subprocess module. We still have a python 2 build, so we want thigs to work with both py2 and py3.
-
- Jul 16, 2020
-
-
scott snyder authored
-
-
Frank Winklmeier authored
Fix or remove `atlas_install_*` statements that do not reference any files.
-
- Jul 15, 2020
-
-
scott snyder authored
Make test timeout shorter in opt build.
-