- Oct 01, 2018
-
-
Ines Ochoa authored
Former-commit-id: f8dd0b10cdad303b32a25b6270112e10ac00b672
-
- Sep 30, 2018
-
-
Dan Guest authored
Former-commit-id: f8fbcd6bee01dc20314a2f1df9fcbfe04f374d25
-
Bertrand Martin authored
Former-commit-id: 20ee17910b35e0d9485fe55fde250137559981d3
-
Johannes Junggeburth authored
Former-commit-id: 171662f13a1c97d1e5b8ac275bdbec9af727cd79
-
- Sep 29, 2018
-
-
Nils Krumnack authored
Former-commit-id: fc147e533ee114c273d19ff0ada083ee15dd4c78
-
- Sep 28, 2018
-
-
Dan Guest authored
Former-commit-id: 0ca78883f8384f11131294f3adb1817eed2e7d08
-
Bertrand Martin authored
This MR is a follow up of !14565, to add missing unprescaled triggers for formats using trigger skimming. In addition, the trigger skimming and thinning strategy of SUSY3 was revised, dropping the wildcard that was capturing tons of single-lepton triggers that were not primary physics triggers. A few tau performance triggers were added for trigger efficiency measurement. This more aggressive thinning&skimming strategy leads to huge savings, 35% smaller DAOD for data! For SUSY5, a simple cleanup was made, following the modifications made in !14162 (prescaled trigger moved to SUSY17, no longer used in SUSY5). Former-commit-id: c8bfc5187eee8e01c5eacc058e3c52b70041b394
-
Former-commit-id: b222ecaa796bb84b575e39dd6333c08eafd467eb
-
Johannes Junggeburth authored
Former-commit-id: 1bc525e426753175af1e34eb2d1b09637f1c34be
-
Johannes Junggeburth authored
Former-commit-id: 69836f01f162834490ce3d83f38f6bfb77f9c76e
-
Johannes Junggeburth authored
Former-commit-id: 4a9de4912ace82a0ac15dfd9214c6be5ae6e8988
-
Johannes Junggeburth authored
Former-commit-id: 1330315abe74bb5fc6141a9acdffd7721063f5af
-
- Sep 27, 2018
-
-
Colleen Jennifer Treado authored
Adding all available single-jet triggers for di-jet backgrounds; fixing 'EXOT5Kernel' typo; restoring truth jets; updating VrtSecInclusive containers for R21 Former-commit-id: 0f05a21dd688ed6c4ebab98852fc8a432b9c9742
-
Nils Krumnack authored
Since this is now required for MC I added it. Former-commit-id: 0bf6ae113c865c7db7fc27f2f1f6da0221a56ad1
-
Johannes Junggeburth authored
Former-commit-id: 0d58b66693b460f85e2041df77b7b16a4d610bd2
-
Cong Geng authored
Former-commit-id: 7e1b7b4632566136b528c1add1d39f21912f2941
-
Johannes Junggeburth authored
Former-commit-id: a1a18dbfdc96c9cc79762df4d35b50bd5b9be747
-
Eirik Gramstad authored
See above Former-commit-id: 1d296947b086be74aa7cf81a410db805c2db6868
-
Johannes Junggeburth authored
Former-commit-id: b3fa32ba5d1cc8c5c85c356122222dffcf77a2b5
-
- Sep 26, 2018
-
-
Former-commit-id: e2238b5cb3a736983bf6088f4af491183c0fb15b
-
- Sep 25, 2018
-
-
Johannes Junggeburth authored
Former-commit-id: f2e2235d5ae3b2ac248f8f22835ad0a5dfbc2fb5
-
Johannes Junggeburth authored
Former-commit-id: 9b93f83509c7c3950bf855de58994639abd7e456
-
Johannes Junggeburth authored
Former-commit-id: 6097167048f768352f12837b05ee7a7131374df2
-
Sebastian Mergelmeyer authored
When the `UseGlobalLeptonTriggerSF` is enabled, use the trigger scale factor from the TrigGlobalEfficiencyCorrectionTool tool in the calculation of the "lepton SF". Also, store the old trigger scale factors in the flat n-tuple output, using the prefix `weight_oldTriggerSF_*`, replacing `weight_indiv_SF_*_Trigger*`. Former-commit-id: e7ede77979bcb4cf99cb4d3b6d7dc34241ddca1d
-
- Sep 24, 2018
-
-
Rachael Ann Creager authored
Former-commit-id: 55d0d3d25e5cb2974f3e8cdd4559cde9d08a1526
-
David Richard Shope authored
Former-commit-id: 1aeb90342a2d12c7298a93a589efb081e590879c
-
Hass AbouZeid authored
Instead of having a flag for the application of baseline isolation, the flag is discarded and presence of a config value will mean that baseline isolation is applied. Former-commit-id: b7f327a20a4cd07861ae782bce9c1df0bd72ae1d
-
Johannes Junggeburth authored
Former-commit-id: 9ac9f90f4e70a59f56ecd28e54f7019cee536fef
-
- Sep 23, 2018
-
-
Johannes Junggeburth authored
Former-commit-id: 1f12844a43c6c6d63786a43c977bfa681d7961f9
-
- Sep 22, 2018
-
-
Johannes Junggeburth authored
Former-commit-id: 9f94a02005be1e62cd8830b0c16398768fe409bb
-
- Sep 21, 2018
-
-
Christopher Young authored
Former-commit-id: af918aa761d2f7a1f975a23845f4c47ff89118b3
-
This variable was left in the code seemingly by mistake, when the algorithm was created in the first place. (Apple's Clang was warning about it not being used anywhere in the code...) Former-commit-id: 01e0a7b2109c9fa5d9e4dcd54096cefa32bf6954
-
The function was added to simplify chaining analysis algorithm sequences together in an analysis job. Former-commit-id: c6a9cbfe82fd56eeaab9f380478237444d4b212e
-
It turned out that the implementation I had before was not functional with Athena's AthSequencer class. Former-commit-id: b98f9586bd096ff9e470ded87daca4a258ed80d6
-
Sebastian Mergelmeyer authored
Add event selection tools based on TrigGlobalEfficiencyCorrectionTool: * Add a GTRIGDEC selector that is like TRIGDEC but gets the list of relevant triggers for the current event from TrigGlobalEfficiencyCorrectionTool. * Add a GTRIGMATCH selector that is similar to TRIGMATCH but delegates the decision to TrigGlobalEfficiencyCorrectionTool, taking trigger plateaus into account and supporting multi-lepton triggers. Minor changes: * When global triggers are used, always call trigger-matching tool, even if trigger-matching flags are present in the derivation. * Move the parsing of "global trigger strings" from TopTriggerCPTools to TopConfig. * Use concrete TrigGlobalEfficiencyCorrectionTool's functionality to distinguish electron and muon trigger names. * Refactor some pairs of long code blocks handling "loose" and "tight" leptons separately into single blocks. Former-commit-id: a9b18feed7ccc3898fbfdef1d7967462bf4f8d4d
-
Jakub Kremer authored
The condition of checking for existence of truth-related containers (needed to identify data overlay MC samples as simulation) was crashing, because sometimes it would try to compare the string content against a NoneType variable. Now, the variable type is checked beforehand to avoid crashes. In addition, HION3.py is modified to add some triggers that were used in 2017 5 TeV pp data-taking. Former-commit-id: c0daa845adfa6d30a5158144566fe5aa2e8c6a0d
-
Mike Hance authored
Former-commit-id: 8ae561b64fb09ffeaf4487bb9d3a541b488d5bbd
-
- Sep 20, 2018
-
-
Mike Hance authored
Former-commit-id: 94981d8344d6604ba6369b166402eb9313c8090d
-
Hass AbouZeid authored
This allows the baseline leptons and photons to also have isolation requirements. Former-commit-id: f8357c244502fb0f2d1b9cfade9d4e09c35db1af
-
Hass AbouZeid authored
With the release of new isolation WPs, not all SFs are available yet for electron muon, or trigger. This change allows the new isolation WPs to be studied, while falling back to a different isolation WP for the scale factor determination, while printing a warning. This is just meant for expert use. Former-commit-id: 39cfbd1ecb673a4beaa0fac1e26daf7475091358
-