- Aug 19, 2020
-
-
Jay Sandesara authored
-
Jay Sandesara authored
-
- Aug 18, 2020
-
-
Jay Sandesara authored
-
- Aug 17, 2020
-
-
Jay Sandesara authored
-
- Aug 14, 2020
-
-
Jay Sandesara authored
-
- Aug 11, 2020
-
-
Jay Sandesara authored
-
Jay Sandesara authored
-
Vakhtang Tsulaia authored
AthenaServices + AthenaPoolExampleAlgorithms: Prepare ThinningCache for setting lossy float compression information See merge request atlas/athena!35444
-
Create SG::CompressionInfo, start filling it in ThinningCacheTool, and extend the ThinningCacheTool_test to test the new functionality
-
Vakhtang Tsulaia authored
CxxUtils: Fix documentation of get_unaligned. See merge request atlas/athena!35495
-
Vakhtang Tsulaia authored
JetMomentTools: cmake fixes See merge request atlas/athena!35492
-
- Aug 10, 2020
-
-
Vakhtang Tsulaia authored
Use Eigen instead of CLHEP in AGDD See merge request atlas/athena!33502
-
-
scott snyder authored
Note that get_unaligned advances the pointer that it's given.
-
Vakhtang Tsulaia authored
InDetPhysValMonitoring add plots for TRT Extensions, ANT and TrkInJets for Bjets See merge request atlas/athena!35013
-
Vakhtang Tsulaia authored
Avoid duplicate decisions for muons in muon triggers See merge request atlas/athena!35180
-
The precision muon trigger hypo loops first on the previous decisions, then gets the event view for each decision, and finally retrievs the muons from the view. In the case where we have an input maker that merges based on feature, we run into the problem of having one decision per unique muon, which means we have N decisions for a given view, and so end up creating N new decisions per muon. To avoid this, I've introduced a check that the muon corresponds to the muon from the previous decision. Since this is only a problem for combined muons, we first check if the extrapolated muon spectrometer track for the combined muons matches the extrapolated track from the previous step's SA muons. In case there is no extrapolated track (which is the case for muons reconstructed by the InsideOut reconstruction), we check the dR between the combined muons and the previous step's muons. This makes sure we don't create new decisions multiple times for the same muon (which is reflected in the reference update), and avoids warnings of the form: `WARNING Found 'feature' by multiple paths, but the links are coming from different places in the navigation graph` as discussed in ATR-21548.
-
Vakhtang Tsulaia authored
Updating JetRecConfig to work with JetRecAlg See merge request atlas/athena!35223
-
ShallowCopy. I also added the IO mode to the latter. I rewrote the getAndRecordJets() to deal with the two types of AuxContainers.
-
Vakhtang Tsulaia authored
Calo muon inference module See merge request atlas/athena!35278
-
scott snyder authored
Library dependency fixes.
-
Vakhtang Tsulaia authored
Add thread safety checker, make AmbiguityScore and Solver reentrant See merge request atlas/athena!35391
-
Vakhtang Tsulaia authored
[ATR-21661][ATR-20789] More AthenaMT migration for the legacy offline trigger reconstruction path See merge request atlas/athena!35398
-
Vakhtang Tsulaia authored
Store LargeD0 tracks in a separate tracking container See merge request atlas/athena!35400
-
Vakhtang Tsulaia authored
Use const static std::array in HitIdHelpers to avoid thread-safety warnings See merge request atlas/athena!35418
-
Vakhtang Tsulaia authored
Do not write EventTag for simulation jobs See merge request atlas/athena!35423
-
Vakhtang Tsulaia authored
fix labels and ranges of occupancies wrt lumiblocks for MDT monitoring See merge request atlas/athena!35424
-
Vakhtang Tsulaia authored
FourMon: cmake cleanup See merge request atlas/athena!35427
-
Vakhtang Tsulaia authored
fix up and add more packages for AnalysisBase See merge request atlas/athena!35436
-
Vakhtang Tsulaia authored
VKalVrt: Do "state" dynamic check only in debug builds See merge request atlas/athena!35438
-
Vakhtang Tsulaia authored
Add TRTon flag See merge request atlas/athena!35439
-
Vakhtang Tsulaia authored
Remove Run2 (ST) access from Run3 framework (TrigBjetMonitorAlgorithm.h/.cxx). See merge request atlas/athena!35440
-
Vakhtang Tsulaia authored
Remove explicit load for LArAffectedRegionInfo See merge request atlas/athena!35441
-
Vakhtang Tsulaia authored
TrigByteStreamTools: python fixes + unit test for updateMetadata script See merge request atlas/athena!35443
-
Vakhtang Tsulaia authored
disable failing unit tests in AnalysisBase Closes ATLASG-1535 See merge request atlas/athena!35445
-
Vakhtang Tsulaia authored
TrigValSteering.CheckSteps: Improve reference file path building Closes ATR-21836 See merge request atlas/athena!35446
-
Vakhtang Tsulaia authored
Fix typo in Trigger/TrigValidation/TrigInDetValidation/python/TrigInDetArtSteps.py See merge request atlas/athena!35450
-
Vakhtang Tsulaia authored
vec.h add vpermute , update tests See merge request atlas/athena!35454
-
Vakhtang Tsulaia authored
xAODRootAccess: Remove calls to IAuxStoreIO::selectAux. See merge request atlas/athena!35457
-
Vakhtang Tsulaia authored
Avoid FPE in MSVertex eta calculation (ATLASRECTS-5523) Closes ATLASRECTS-5523 See merge request atlas/athena!35461
-