Skip to content
Snippets Groups Projects
  1. Sep 15, 2018
  2. Aug 08, 2018
  3. Jun 10, 2018
  4. Apr 27, 2018
  5. Feb 27, 2018
  6. Feb 21, 2018
  7. Feb 18, 2018
  8. Nov 08, 2017
    • Zach Marshall's avatar
      Moving to functions for tau truth kernel · db8f278f
      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
      db8f278f
  9. Oct 31, 2017
  10. Oct 30, 2017
  11. Sep 19, 2017
    • Zach Marshall's avatar
      Using central tau truth matching tool · 6b26d0f2
      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
      6b26d0f2
  12. Jun 29, 2017
    • James Catmore's avatar
      Sweeps from SVN and modifications to support production of Higgs DAODs · fe6b6447
      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
      fe6b6447
  13. May 27, 2016
Loading