- Aug 13, 2020
-
-
When running with currents set from job options, use the run number as IOV to make sure it is being re-initialized during stop/start. Also cleanup some printouts and remove finalize() methods that only print an INFO message. Relates to ATLASRECTS-5604.
-
R D Schaffer authored
-
Vakhtang Tsulaia authored
Updated ref for LArCellDeadOTXCorr_test See merge request atlas/athena!35564
-
- Aug 12, 2020
-
-
Vakhtang Tsulaia authored
AthenaServices: Update AthenaOutputStream test to include lossy float compression of vectors See merge request atlas/athena!35538
-
Vakhtang Tsulaia authored
Remove const_cast from MuonErrorOptimisationTool See merge request atlas/athena!35526
-
As the track passed into the tool is always non-const, there was no reason for the tracks that are being passed around inside the tool, or the MuonRefitTool that it calls, to be const. The const_casts compensated for this not-really-constness: removing it means that they can be removed as well. Additionally, I took advantage of this change to switch to using unique_ptr for the tracks, and did some minor cleanup in the MuonRefitTool.
-
Vakhtang Tsulaia authored
Navigator: Start migrating to Conditions Data. 1st allow for "dual-use" See merge request atlas/athena!35523
-
Vakhtang Tsulaia authored
TrigValTools: Python fixes and new unit test for chainDump.py Closes ATR-21881 See merge request atlas/athena!35522
-
Vakhtang Tsulaia authored
Remove top-level RegSelSvc import See merge request atlas/athena!35520
-
Vakhtang Tsulaia authored
[ATR-21817] Add trigger menu information to python meta reader See merge request atlas/athena!35519
-
Vakhtang Tsulaia authored
Add default arguments for compatibility with previous DQ web display API Closes ATR-21852 See merge request atlas/athena!35510
-
Vakhtang Tsulaia authored
Make deltaPhi and deltaR const See merge request atlas/athena!35508
-
Vakhtang Tsulaia authored
xAODEgamma: Remove possibly unused methods. That will / play bandly with the "dynamic" nature of the names. See merge request atlas/athena!35499
-
Vakhtang Tsulaia authored
TElectronLikelihood tool, start cleanup See merge request atlas/athena!35497
-
Vakhtang Tsulaia authored
LumiCalc: cmake fix See merge request atlas/athena!35493
-
Vakhtang Tsulaia authored
Remove IDCalo jobOptions and tests: superseded by more realistic tests See merge request atlas/athena!35484
-
Vakhtang Tsulaia authored
Update vertex analysis binning, tidy code, reduce INFO output See merge request atlas/athena!35460
-
Vakhtang Tsulaia authored
-
R D Schaffer authored
-
Tim Martin authored
-
Vakhtang Tsulaia authored
-
amete authored
-
Vakhtang Tsulaia authored
xAODTrigMuonAthenaPool: Update reference files. See merge request atlas/athena!35533
-
Vakhtang Tsulaia authored
AthenaPoolCnvSvc: Fix variable selection for empty containers. See merge request atlas/athena!35531
-
Vakhtang Tsulaia authored
PileUpTools: Protect against multiple attempts to build EventInfo. See merge request atlas/athena!35537
-
Vakhtang Tsulaia authored
TrkEventPrimitives: Missing #include. See merge request atlas/athena!35536
-
Vakhtang Tsulaia authored
SCT_ConditionsAlgorithms: Fix clang10 warnings. See merge request atlas/athena!35494
-
Vakhtang Tsulaia authored
TrigOutputHandling: Fix clang warnings. See merge request atlas/athena!35535
-
Vakhtang Tsulaia authored
AthenaServices: Fix tbb warning. See merge request atlas/athena!35532
-
Vakhtang Tsulaia authored
q431_AOD_digest seems to have gone out of sync . At some point between 6:00-10:00 PM CERN time at 11/08/2020 See merge request atlas/athena!35530
-
scott snyder authored
PileUpMergeSvc::getPileUpEvent will try to construct an EventInfo object if it doesn't exist. But if this gets called multiple times for the same slot, then we can make multiple EventInfo objects and eventually get errors due to trying to record duplicates in SG. Add a set of slot-specific mutexes to protect against this.
-
scott snyder authored
Add missing #include of <stdexcept>. Fixes compilation with gcc10.
-
scott snyder authored
Don't use std::move with a non-lvalue.
-
scott snyder authored
Update reference files for the addition of new muon xAOD variables.
-
scott snyder authored
task.h is deprecated.
-
- Aug 11, 2020
-
-
scott snyder authored
When we copy an aux store object during T->P, we were skipping the thining logic if the container was empty. But we're now also using thinning to do variable selection, so we can't do that any more. cf. ATLASRECTS-5606
-
Christos Anastopoulos authored
-
Rafal Bielski authored
-
Christos Anastopoulos authored
-
Vakhtang Tsulaia authored
TrigUpgradeTest: Code reorganziation See merge request atlas/athena!35385
-