- Nov 02, 2020
-
-
Edward Moyse authored
TrkVertexFitter TrkExtrapolation clang tidy (llvm10) See merge request atlas/athena!37761
-
Edward Moyse authored
ByteStreamCnvSvc: Service boilerplate. See merge request atlas/athena!37794
-
Edward Moyse authored
Use multithreaded execution in TrigAnalysisTest grid tests See merge request atlas/athena!37799
-
Edward Moyse authored
TrigEgammaMonitoring: Dependency fix. See merge request atlas/athena!37798
-
Edward Moyse authored
MdtVsRpcRawDataMonitoring: Fix use of invalid Identifier. See merge request atlas/athena!37797
-
Edward Moyse authored
StoreGate: Move some error reporting out of line. See merge request atlas/athena!37795
-
Edward Moyse authored
CaloROI selector, InDet and GSF . Python fixes . See merge request atlas/athena!37801
-
CaloROI selector, InDet and GSF . Python fixes . Also add Minimal sanity Reta . Should have ~0 effect for true electrons , could alter a bit the fakes we have
-
Edward Moyse authored
checkxAOD: move "Stau" collections from tau to muon domain See merge request atlas/athena!37804
-
Edward Moyse authored
Add missing Jet/Etmiss variables in DAOD_PHYS See merge request atlas/athena!37808
-
-
Edward Moyse authored
GsfMeasurementUpdator, simplify rebuildState, use move to avoid allocations See merge request atlas/athena!37809
-
Edward Moyse authored
[ATR-21897] Chain Multiplicity to JSON for use offline See merge request atlas/athena!37626
-
-
Edward Moyse authored
StoreGateBindings: Remove reference to StoreGate.h. See merge request atlas/athena!37796
-
Edward Moyse authored
GSF : Use std::array with alignas, instead of AlignedDynArray. See merge request atlas/athena!37807
-
Edward Moyse authored
Perigee/StraightLine Surface use value rather than ptr See merge request atlas/athena!37802
-
Edward Moyse authored
Noise burst work See merge request atlas/athena!37138
-
-
Edward Moyse authored
InDetAlignMonitoring update See merge request atlas/athena!37724
-
InDetAlignMonitoring with new TRT residuals vs wheel and Pixel hit errors split for ECs. New job options for histogram ranges.
-
Edward Moyse authored
Prepare BookkeeperTool for dual-use and weight variations See merge request atlas/athena!37708
-
Edward Moyse authored
tauRecTools: add the support for EMTopo seed jets See merge request atlas/athena!37765
-
Edward Moyse authored
First update for truth derivations See merge request atlas/athena!37805
-
Edward Moyse authored
Factrorizing precisionElectron step and making Empty step signature specific See merge request atlas/athena!37100
-
Edward Moyse authored
switching off seed constraint and annealing fixes ATLIDTRKCP-296 Closes ATLIDTRKCP-296 See merge request atlas/athena!37792
-
update master_q431_AOD_digest to account for differences due to correct errors in PV position in data
-
- Nov 01, 2020
-
-
Christos Anastopoulos authored
GsfMeasurementUpdator, simplify rebuildState, use move to avoid std:;vector allocations . And update in place
-
- Oct 31, 2020
-
-
Debottam Bakshi Gupta authored
-
Christos Anastopoulos authored
GSF : Use std::array with alignas, instead of AlignedDynArray where applicable. When we anyhow kind of know the max n, which was also the case for AlignedDynArray, and is small we can use a std::array. Small here means ~ 72 elements
-
Debottam Bakshi Gupta authored
-
Debottam Bakshi Gupta authored
-
Zach Marshall authored
My last attempt was a bit too much at once, so I'm breaking this up a bit more. This brings three truth tools up from release 21.2 to master: a tool for decorating GenFilter outcomes, a tool for decotating truth-level event density, and a tool for writing truth metadata. There's a small tweak to the python to not ignore the gen filter tool, now that it exists. More can come later, but this is a start.
-
Bertrand Martin authored
Hello, This MR is simply migrating the "ExtrapolatedStauTrackParticles" and "CombinedStauTrackParticles" containers from the tau category to the muon category. "Staus" is currently under muons, so I assume that's a fair thing to do, these collections are not produced by tau reconstruction. Unfortunately these are small collections, so we do not transfer much disk footprint :-) Cheers, Bertrand
-
Tadej Novak authored
-
Tadej Novak authored
-
Christos Anastopoulos authored
-
- Oct 30, 2020
-
-
Debottam Bakshi Gupta authored
-
Rafal Bielski authored
Move all Run-3 transform grid tests in TrigAnalysisTest to MT execution for two reasons: 1. Make the jobs faster, should help with frequent timeouts we observe. 2. Exercise MT execution to catch MT bugs. The following changes are made (some not directly related to MT, but to these tests in general): 1. Make all grid tests with v1Dev menu (Run-3 Trigger) run with 4 threads, 4 slots. 2. Set number of events for the 4-thread Run-3 tests to 800 and for the v7Primaries (legacy Trigger, serial athena) to 400. To be revised after we see the execution times for a few days. 3. Use the `art-athena-mt` and `art-memory` keywords to find the right grid sites. 4. Move proc/cores env variable logic to the central module TrigValSteering.Exec and remove from each test. 5. Rename tests with "T0Mon" in the name to "Run3DQ" since monitoring MC AODs isn't really related to Tier-0 in any way. 6. Add an extra build (aka ART-local) test for RDOtoRun3DQ with 4 threads, 4 slots to be able to test the MT execution also in the short test. It covers all steps RDO->RDO_TRIG->ESD->AOD->HIST, so should be enough.
-
scott snyder authored
egammaMonitorElectronAlgorithm needs to have an input dependency on the ptcone20 decoration; otherwise we have a race with the algorithm producing the decoration. Also, the isolation histograms were simply plotting whether or not the decoration was available. Change to actually plot the isolation values.
-