This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Nov 15, 2018
-
-
Nils Erik Krumnack authored
multiple bugs in GlobalLeptonTriggerCalculator (ANALYSISTO-697) See merge request atlas/athena!15886 Former-commit-id: e6bc005a8693e0059a9eae43db0e01ed10fa06f3
-
Nils Erik Krumnack authored
fix the trigger efficiency bug for single lepton trigger See merge request atlas/athena!15907 Former-commit-id: 0a0c34048de3184aa3d6aa1d0302d5f504a968d7
-
- Nov 14, 2018
-
-
Nils Erik Krumnack authored
21.2-AnalysisTop: Update related with new flavor tagging recommendations for variable-R track jets See merge request atlas/athena!15863 Former-commit-id: a60aad23a9304bdbd6e647679ccc22f9ba126f37
-
Emmanuel Le Guirriec authored
AFT-372: Apply augmentation to all tracks See merge request atlas/athena!15847 Former-commit-id: 9d2859247633df8cbd096eaf09722c0d8114afca
-
Emmanuel Le Guirriec authored
FD: fix to recent ART failures on TOPQ1 due to ExKtDoubleTag + use of… See merge request atlas/athena!15869 Former-commit-id: 944723a368259e7d9aa4054a648ac6d086f0478a
-
Emmanuel Le Guirriec authored
Add truth vertices to JETM13 See merge request atlas/athena!15875 Former-commit-id: 3f4bf3fa2233c5f73b21b2406921f528763c8146
-
Nils Erik Krumnack authored
Updated to Fall2018 JES recommendations. See merge request atlas/athena!15894 Former-commit-id: c6c2beb27b345cf5a5691f5db5defe4bcc49465d
-
Petr Jacka authored
Former-commit-id: 527926af0beff90a65b933e083ac0ebb23236fc4
-
Sebastian Mergelmeyer authored
The use of auxdecor hid a bug, described in ANALYSISTO-697. Instead of getting a crash, we got zeros for the global trigger SFs in systematic variations (except trigger SF variations) because auxdecor was used instead of auxdataConst. Fix it! Former-commit-id: b7e53cc4bbaebfa8f2436daa20e3b862519295ac
-
Sebastian Mergelmeyer authored
There were multiple issues with GlobalLeptonTriggerCalculator, see ANALYSISTO-697. Rewrite the code to address these issues, and also clean up a bit. GlobalLeptonTriggerCalculator now processes SystematicEvent objects, which allows it to access the set of leptons selected for the analysis. Also, it decorates SystematicEvent instead of EventInfo. Former-commit-id: 70f58c96b2a2888f7e61f9af12a9d961268e9a0a
-
Cong Geng authored
Former-commit-id: d8a2ea9c073bd70c51738b0b9ec080cfa3b76cb3
-
Nils Erik Krumnack authored
SUSYTools: Allow configuration of muon smearing tool options See merge request atlas/athena!15790 Former-commit-id: 22d01cda936419436009ca67db41ca9934b43ae2
-
Nils Erik Krumnack authored
store trigger decisions when using global triggers exclusively (ANALYSISTO-696) See merge request atlas/athena!15859 Former-commit-id: 680f3018c864a6236773abe77598711cd4a8b511
-
Emmanuel Le Guirriec authored
Adding back AntiKt4HIJets to HION5 output (ATLASDPD-1183) See merge request atlas/athena!15870 Former-commit-id: b04798015a4f5a641ef6cf0af758a0cd88378a9f
-
Lewis Wilkins authored
Former-commit-id: 1263455fb817b2ef663a7cede06bd923d0c64a9a
-
Sebastian Mergelmeyer authored
Store the pointer to the original SystematicEvent in topEvent. Also reflect in makeTopEvent's signature that we are interested in the pointer, by changing the signature from: TopEventMaker::makeTopEvent(xAOD::SystematicEvent const &) to: TopEventMaker::makeTopEvent(xAOD::SystematicEvent const *) Former-commit-id: a62494d5a18853e5a1f89c0213c635cd4d06e78c
-
- Nov 13, 2018
-
-
Emmanuel Le Guirriec authored
Update to DL1rmu and DL1r for SUSY1 See merge request atlas/athena!15426 Former-commit-id: 9507eb94004aebc1ed4eab9dfb107dd3ffe837d8
-
Sebastian Mergelmeyer authored
Former-commit-id: eeade11bdc773a7048d815564fed57c9d6e9fd03
-
Nils Erik Krumnack authored
Add HDF5 writer See merge request atlas/athena!15458 Former-commit-id: b91867b8ce7a5527c968fa77a5fe5f6828bdd55e
-
Dan Guest authored
Former-commit-id: 37e46c0d22ba6a3b52fe81e4df012bcc131f19ca
-
TJ Khoo authored
Former-commit-id: 90dca90f2f7251235a63824fd535bce33d8e7af0
-
Nils Erik Krumnack authored
update Hmm WP and Jet config See merge request atlas/athena!15865 Former-commit-id: 1150e7fa8d13d90031a6af18efa324b37896ec0c
-
Dan Guest authored
Former-commit-id: 3d16678ce6d0865d8fa140c85d45479f60e53697
-
Jakub Kremer authored
In older versions of the HI reconstruction, an AntiKt4HIJets container was stored in xAODs, while a container with corrected jets (DFAntiKt4HIJets) was constructed on the fly during derivation production. The current version of the HI reconstruction used in Tier0 during the 2018 Pb+Pb data-taking applies the corrections to jets already during xAOD production, and there is no need to reconstruct DFAntiKt4HIJets during derivation production. Therefore, the AntiKt4HIJets need to be written to the HION5 output explicitly. Former-commit-id: 9516a9aad89009ba43efccf83323855d98e5edfe
-
Frederic Derue authored
FD: fix to recent ART failures on TOPQ1 due to ExKtDoubleTag + use of BTaggingFlags.StandardTaggers for TOPQ1/5.py instead of handmade list (TOPQDERIV-69) Former-commit-id: 016249112c8e88fccad78530f942f6378b2b5ac8
-
Cong Geng authored
Former-commit-id: ecb1806b260d0b40180bc028c239104188b011da
-
Emmanuel Le Guirriec authored
Replace MV2c10rnn in AnalysisCommon/LeptonTaggers into MV2rmu See merge request atlas/athena!15775 Former-commit-id: 81ee876823a532ddff1c228183af554a80242e04
-
Sebastian Mergelmeyer authored
Stop if GTRIGDEC is found in a selection but the global trigger tool isn't turned on. Also stop if another TRIGDEC selector is used in the same SELECTION. Former-commit-id: 2846d1153b9c6266070e8090a0aeb5bb00a454c8
-
Nils Erik Krumnack authored
Additional PFlow JVT working points in METMaker See merge request atlas/athena!15731 Former-commit-id: e86aecdb17e1d455c105e4bd9d90bed75c72877d
-
Emmanuel Le Guirriec authored
ATLJETMET-1041, Fixing up updateJVT to work for PFlow See merge request atlas/athena!15730 Former-commit-id: a0822e43633c1ff620121d38dcb7543901ba29fb
-
Nils Erik Krumnack authored
add workaround for 2018 trigger SFs (ANALYSISTO-662) See merge request atlas/athena!15830 Former-commit-id: 551c4d2548f3859989a43c1f444e480fa6117b5c
-
Nils Erik Krumnack authored
fix messed up tight/loose sets of triggers for AnalysisTop event veto See merge request atlas/athena!15784 Former-commit-id: 79ec2254d99971466021c25840de963861d5feb4
-
Nils Erik Krumnack authored
Revert "Merge branch 'ATLINFR-2731-21.2' into '21.2'" See merge request atlas/athena!15848 Former-commit-id: dfd66a0a62e2109661f83cd73c93bff6320b28ae
-
Nils Erik Krumnack authored
TrigGlobEffCorrTool: definitions of 2018 data periods See merge request atlas/athena!15805 Former-commit-id: 6660a2706e554858f8fa250f5a690bf9ab0716fb
-
Petr Jacka authored
Former-commit-id: e735b63be1a5cba91cd64df97706a204eec1fa0c
-
Petr Jacka authored
Former-commit-id: c8a805c85e8be141158f524384f2ae8c90d1dc99
-
Petr Jacka authored
Former-commit-id: 2e95d7aee02fd880e3977e91fb9ee4c9b342df79
-
Petr Jacka authored
Former-commit-id: b3f3323a22bed1601609da637b72f6d804978204
-
Hass AbouZeid authored
Former-commit-id: 3cb80f9768a0c1dd028ed6c5375c61fa496ca982
-
TJ Khoo authored
Former-commit-id: 025efac6d778d4af8eccc1efc5859d5174611539
-