- Nov 05, 2020
-
-
Edward Moyse authored
Sweeping !37887 from 21.2 to master. fixing bug in MET initialization See merge request !37927
-
Edward Moyse authored
TrigT1CaloByteStream: Fix use of FullEventAssembler. See merge request !37893
-
Edward Moyse authored
Updates to get TRUTH derivations running See merge request !37872
-
Edward Moyse authored
activate MDN See merge request !37772
-
...until conditions tag contains information for MDN
-
Edward Moyse authored
dqm_algorithms: Add algorithm to test last bins and optionally to do something See merge request !37759
-
Edward Moyse authored
JetRecTools: add the decoration of the orignal object See merge request !37932
-
Edward Moyse authored
TriggerMenuMT: logging fixes and removal of Py2 code See merge request !37877
-
Edward Moyse authored
Allow clients to explicitly set the sequnece for LumiBlockMuWriter algorithm See merge request !37325
-
Edward Moyse authored
Reconstruction/tau: cmake cleanup, enable flake8 See merge request !37904
-
Edward Moyse authored
TrigInDetValidation ART tests - change TrigInDetAna flag "depends_on_previous" See merge request !37899
-
Edward Moyse authored
InDetValidation: cmake cleanup See merge request !37902
-
Edward Moyse authored
Dump all variations in BookkeeperDumperTool See merge request !37856
-
Edward Moyse authored
JetTagging: cmake cleanup See merge request !37901
-
Edward Moyse authored
HltEventLoopMgr: Add option to switch from pop-all mode to pop-one See merge request !37885
-
Edward Moyse authored
Preliminary work on optimising for identical Conditions in the jet hypo See merge request !37767
-
Job group propagation is correct but inefficient in the presence of identical conditions. Jet group propagation is currently handled in the following manner. Let a parent condition P have n siblings: S_1... S_n Let J_1... J_2 be the jet groups that pass each of the n siblings. JetGroupProduct finds all the distinct job groups formed by selecting one jet group from is taken fron each of the J_i. Only distinct jet groups are retained. Distinct job groups are those obtained by flattening the JobGroup calculated by the combination process, and discounting differences due to the order of the jets. When the siblings are identical Conditions, the same jets pass each of the conditions. The combination process can be optimized. The optimazation exploits the repetion that is _always_ present for identical Conditions. As an example, let J_1 = J_2 = J_3 = {1,2,3}. Then the combinations are - excluding repeated jets - {1,2,3}, {1,3,2}, {2, 1, 3}, {2, 3, 1}, {3, 1, 2}, {3, 2, 1}. After repetition removal, we are left with {1,2,3}. Further we only need to look at jets passing C_1. This optimatiztion replaces n repeated Conditions of capacity = 1 by a single Condition of capacity n. After initially allocating jets to Conditions, a further test needs now to be made: were there enough distinct jets to satisfy the n conditions - i.e. were there at least n jets fulfilling the condition. To this end, the IConditionMT interface is extended by ICheckedCapacityCondition. This PABC provides a checking function: bool capacitySatisfied(const HypoJetVector&,..) which will be passed the selected jets as an argument. Currently, the sole implementation is CheckedCapacityCondition. This commit uses this CheckedCapacityCondition. However the hypo trees remain as before, and no checks are made. It is therefor expected that they will be no visible effects at this stage.
-
Edward Moyse authored
TCC and UFO reco for r22 See merge request !37473
-
-
Edward Moyse authored
Refactor ParameterBase. Momentum and position to be handled by the derived classes See merge request !37812
-
Edward Moyse authored
FillDistributions-FillbasicVars01 See merge request !37650
-
Edward Moyse authored
CaloEvent: Move locking out of loop. See merge request !37892
-
Edward Moyse authored
Move l2io chains to muon slice See merge request !37897
-
Edward Moyse authored
Remove unused SkimDecisionMultiFilter and FillEBCFromFlat See merge request !37857
-
Edward Moyse authored
Update of Pixel Error Monitoring to match new Error Format of PixelRodDecoder See merge request !37868
-
Edward Moyse authored
Only run CutFlowSvc when explicitly configured and wanted See merge request !37858
-
Edward Moyse authored
TrigInDetValidation - add new test for ttbar_pu80 See merge request !37933
-
Edward Moyse authored
Shifting LCG version to LCG98_ATLAS_2 (python3). Closes ATR-20582 See merge request !37429
-
Frank Winklmeier authored
Py2 compatibility is no longer needed.
-
Frank Winklmeier authored
-
Edward Moyse authored
Add TRT RNN PID Closes ATLTRTSW-48 See merge request !37753
-
Edward Moyse authored
Preselection step for tracking in jet chains (ATR-21839) See merge request !37032
-
Deprecate jetMenuHelper, as it's only used in tests and is an annoying alternative to the standard jet reco config
-
Edward Moyse authored
Externals Update, master branch (2020.11.04.) See merge request !37917
-
Edward Moyse authored
Fix some corner cases for weight parsing in BookkeeperTool Closes ATLASSIM-4950 See merge request !37903
-
Julie Kirk authored
Add new sample for ttbar_pu80 - this one should really be pu80 new file: Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_new.py modified: Trigger/TrigValidation/TrigValTools/share/TrigValInputs.json
-
Xiaozhong Huang authored
-
-
- Nov 04, 2020
-
-
Attila Krasznahorkay authored
-