- Sep 15, 2018
-
-
Former-commit-id: 0ab2e817004feca55de79f1fd07586e32bdd08ec
-
Goetz Gaycken authored
This should restore the ghost association of these truth particles. Former-commit-id: 69086801fafd6ba2758c42e55273de24d3d9d8f4
-
Goetz Gaycken authored
Former-commit-id: cceb6900a6f47d428c7cc77e5cd11f83e01cc75d
-
Goetz Gaycken authored
Former-commit-id: 67652413271f9771164401995a0a6b7f92a69a09
-
Goetz Gaycken authored
Former-commit-id: 644841ba2178fb12f7a115491da02fde64701519
-
Goetz Gaycken authored
Former-commit-id: d9def00713d3f119e95aff77c9f03ac7bc724afb
-
follow giacinto HIGG5D2.py in HIGG2D4.py (did not change the skimmimg for now since it looked different from HIGG5D2) Former-commit-id: 7f8f792908e294159b2724b0750de4e53bec5009
-
- Aug 08, 2018
-
-
Emmanuel Le Guirriec authored
This reverts merge request !12035 Former-commit-id: d07b8b3a871630c3f4028ec2276a30bf4fa01e01
-
- Jun 10, 2018
-
-
Giacinto Piacquadio authored
Former-commit-id: 2d18e33e837bec616f051139066339acd58025e1
-
- Apr 27, 2018
- Feb 27, 2018
-
-
Goetz Gaycken authored
Also (re-consider) TCC jets in HIGG5D2 skimming (was disabled). Still have to consider TCC jets in HIGG2D4 skimming. Former-commit-id: 22997e34511d533c24f78b7873694d7769d938cd
-
Goetz Gaycken authored
Former-commit-id: f80688ab0f19db73777e5c8a426d00887a55fafc
-
Goetz Gaycken authored
And fix jet group name. Former-commit-id: e4103b4b2aaa725d518daf67366acd74a6019e91
-
Goetz Gaycken authored
Also do not thin away all InDetTrackParticles in HIGG5D2. Former-commit-id: fc922aaed05c6e49d05cbd37351a6f34f29c7071
-
Goetz Gaycken authored
Also use helper methods to create standard jets, and removed FlavTagInit calls. Former-commit-id: 228aaa4cdeee38e366befe980f8b835e0abe31a8
-
- Feb 21, 2018
-
-
Goetz Gaycken authored
Former-commit-id: 7eb626774a652a5822a33d05814108ea01c8d2c2
-
- Nov 08, 2017
-
-
Zach Marshall authored
This change has two related effects. What was in TauTruthCommon is now wrapped up in a function. All clients have been migrated to use the function form, and several clients were identified that don't actually need to be calling this function at all (they get it for free when using the common tools). The first good benefit is we avoid the `import *` syntax, and treat the module as a real module that has a function we can call rather than as a replacement for `include`. The second good benefit is that we can optionally pass this function an algSequence in which to schedule the truth tools. At the moment, the truth code is the only client of this functionality, but it allows the scheduling of private instances of the kernels that could run (for example) after skimming choices have been made, rather than public kernels that are always a part of the main sequence. This satisfies a request of the SUSY group, to ensure that the recommended workflow (private kernels) really is possible, even if it's not heavily used. Tested a TRUTH and EXO derivation to make sure that things are behaving after these changes, and everything seems to be behaving normally. This change was not discussed at any length with the tau group, though, so it would be useful to have a comment from someone on that end before merging this request in. Former-commit-id: f3e5cae04c2ab2a533d4a25edcc0e3a91d14b0dd
-
- Oct 31, 2017
-
-
Goetz Gaycken authored
Former-commit-id: dab717aedef8a7db6c7fec83f1bf8db0f63c7881
-
Goetz Gaycken authored
Also adjusted HIGG5Dx and HIGG2D4 to be more alike. Former-commit-id: 0c624c8e86fb6939654060c30517731f6dbeb066
-
- Oct 10, 2017
-
-
Zach Marshall authored
Former-commit-id: 34e1b10a262df87c5dca9d5ac5616489261d62e4
-
- Sep 21, 2017
-
-
Susumu Oda authored
AntiKt4TruthJets and AntiKt4TruthWZJets are now created by from DerivationFrameworkMCTruth.MCTruthCommon import * Former-commit-id: 82547a5969ebcde1da0ec78d2a413ac677018a2d
-
- Sep 19, 2017
-
-
Zach Marshall authored
In the HIGG4DxAugmentation, we can now use the 'central' tau truth matching setup, which turns some lines of redundant python into a simple import. In the other Higgs derivations, they had some old lines that had been commented out; removing these so that no one is ever tempted to uncomment them (they should just use the central tool as well). Former-commit-id: e553e29927cf9b205f0b65652a7f32ee948ceebe
-
- Aug 15, 2017
-
-
Susumu Oda authored
Former-commit-id: bb2e98a76b393cce99bfcc24ae3b030a2f36c078
-
- Aug 10, 2017
-
-
Susumu Oda authored
Former-commit-id: 4e611334a4064251e9831a5a138c3137308089dd
-
Susumu Oda authored
Former-commit-id: 1cf343f3d5565874941c0ad1d63db6c8c6c8fe24
-
- Jun 29, 2017
-
-
James Catmore authored
ATLASG-1202 This is to enable the HIGG DAODs to be run in 21.2 AthDerivation. It brings in the following tags from SVN: * TruthConverters-00-00-04 * DerivationFrameworkHiggs-00-05-32 The latter is further modified to make it compatible with modifications to `IHiggsTruthCategoryTool` in TruthRivetTools (see ATLASG-1247, !2985). Additionally DerivationFrameworkMuons is modified, adding the `MuonTriggerList.py` file. With these changes, all of the HIGG DAODs should be able to run on 21.0 data. Former-commit-id: 9dbc75c092e29387a0704ecf180f92704d76c511
-
- May 27, 2016
-
-
Atlas-Software Librarian authored
-