- 07 Aug, 2020 1 commit
-
-
- 18 Jun, 2020 1 commit
-
-
Tim Martin authored
-
- 19 Feb, 2020 1 commit
-
-
On top of the minimal changes I also removed the usage of atlas_depends_on_subdirs(...) from the package's configuration, as we're trying to phase that out in master...
-
- 05 Feb, 2020 1 commit
-
-
Tim Martin authored
-
- 04 Feb, 2020 1 commit
-
-
Tim Martin authored
-
- 22 Jan, 2020 1 commit
-
-
Tim Martin authored
-
- 31 May, 2019 1 commit
-
-
Tim Martin authored
Protect against errors in legacy TC objects with the _v1 store Add a throw on partial decoration data being read
-
- 30 May, 2019 1 commit
-
-
Tim Martin authored
* TrigComposite (a.k.a. Decision) objects, when asked for an ElementLink, can now introspect if they've been decorated with re-mapped information. * Re-mapping of element links happens online at the end of processing, when EDM objects inside EventViews are copied out into EDM containers in the global event context. * Feature access code is reworked slightly to return LinkInfo objects rather than ElementLink objects. This is better as you can easily then also check which ROI your feature was in, etc. * The list of hard-coded chains was updated based on full_menu.py * HLTEDMCreator was updated to be given the HypoAlg output collection to remap rather than the InputMaker output. This was a bug before, features are attached by the hypo. * The way that `HLTEDMCreator` knows what collections need their element links updating was reworked - but reamins a bit clunky. * `HLTEDMCreator` indentation was standadised * Printing of feature properties was added to `TrigEDMChecker::dumpTDT`
-
- 21 May, 2019 1 commit
-
-
Frank Winklmeier authored
Enable the thread-safety checker for most of the xAODTrig* packages and apply the relevant fixes (mostly just `static` -> `static const`). The following packages require less trivial fixes and still need to be done: xAODTrigRingerAthenaPool xAODTrigBphysAthenaPool xAODTrigMuonAthenaPool xAODTrigCaloAthenaPool xAODTrigEgammaAthenaPool xAODTriggerAthenaPool xAODTrigger
-
- 08 May, 2019 1 commit
-
-
Add extra type checking to TrigComposite. Allow casting to generic IParticleContainer interface. TODO add explicit check on cast
-
- 08 Apr, 2019 1 commit
-
-
Tim Martin authored
-
- 28 Mar, 2019 1 commit
-
-
- 11 Mar, 2019 1 commit
-
-
ATR-19379 Consistent use of DecisionID typedef. Consistent use of ElementLinkVector "seed" in R3 trigger steering.
-
- 08 Feb, 2019 1 commit
-
-
scott snyder authored
operator<< should be declared within the namespace of its argument so that argument-dependent lookup will work properly.
-
- 06 Feb, 2019 1 commit
-
-
- 26 Dec, 2018 1 commit
-
-
- 20 Dec, 2018 1 commit
-
-
- 18 Dec, 2018 3 commits
-
-
Tim Martin authored
-
Tim Martin authored
-
Edward Moyse authored
-
- 14 Dec, 2018 1 commit
-
-
Former-commit-id: 871eae45
-
- 13 Dec, 2018 1 commit
-
-
Former-commit-id: d8bf5ce6e53fe00e8e471b07ba431b91fa311037
-
- 28 Sep, 2018 1 commit
-
-
Former-commit-id: 57b7313c
-
- 19 Sep, 2018 2 commits
-
-
Tim Martin authored
Former-commit-id: 5e776a09
-
Tim Martin authored
std::string std::vector<std::string> std::vector<uint16_t> Internally these all pack into a std::vector<int32_t> which is supported in the dynamic auxilary in the bytestream Also converted all int to explicit int32_t and uint32_t due to introduction of short data types Former-commit-id: a392c78c
-
- 23 Aug, 2018 2 commits
-
-
Tim Martin authored
Former-commit-id: 3dd005f2
-
Tim Martin authored
* copyLinkFrom * copyLinkCollectionFrom * copyAllLinksFrom Updated TrigCompositeUtils::copyLinks to use this, this fn could then possibly be removed in the future too Former-commit-id: d72008ce
-
- 24 Jul, 2018 3 commits
-
-
Tim Martin authored
Former-commit-id: a3426609
-
Tim Martin authored
Former-commit-id: 97d041c2
-
Tim Martin authored
* Extend the TrigDecision class to hold sparse vectors of chains with positive decision * Move some common typedefs within the xAODTrigger package to make these accessible also in AnalysisBase in the future Former-commit-id: 4c2d9928
-
- 04 Jul, 2018 1 commit
-
-
Former-commit-id: 2f6e95fa
-
- 18 Jan, 2018 1 commit
-
-
Scott Snyder authored
Can clean up a bit now. In particular, we don't need the thread-local auxid sets. Former-commit-id: 9b36567c
-
- 09 Jan, 2018 1 commit
-
- 19 Dec, 2017 1 commit
-
-
Scott Snyder authored
Use C++11 range-based for instead of FOREACH macro. Former-commit-id: f3236461
-
- 04 Oct, 2017 1 commit
-
-
scott snyder authored
Add a return value to IConstAuxStore::clearDecorations() to tell if any decorations were actually cleared. Allows speeding up some implementations of clearDecorations() for the case when there are actually no decorations. Former-commit-id: c509beee
-
- 31 Jul, 2017 1 commit
-
-
Scott Snyder authored
To allow WriteDecorHandle to lock the decoration after setting it. Former-commit-id: 5321cfdd
-
- 02 Feb, 2017 1 commit
-
-
Scott Snyder authored
* Tagging xAODTrigger-00-00-56. * xAODTrigger/versions/ByteStreamAuxContainer_v1.h, Root/ByteStreamAuxContainer_v1.cxx: Implement insertMove. * test/ut_xaodtrigger_bytestreamauxcontainer_v1_test.cxx, share/ut_xaodtrigger_bytestreamauxcontainer_v1_test.ref: Test it. Former-commit-id: 259a1b51
-
- 27 Jan, 2017 1 commit
-
-
Scott Snyder authored
* Tagging xAODTrigger-00-00-55. * xAODTrigger/versions/ByteStreamAuxContainer_v1.h, Root/ByteStreamAuxContainer_v1.cxx: Update for change in behavior of resize. Former-commit-id: 5585ec1a
-
- 01 Jan, 2017 1 commit
-
-
Tim Martin authored
* Extended TrigComposite interface to allow for collections. * Add a std::pair<bool, TYPE> getDetail member as may be preferred by some. * Tagging as xAODTrigger-00-00-54 Former-commit-id: bf1fdc43
-
- 01 Nov, 2016 1 commit
-
-
Attila Krasznahorkay authored
* Extended/modified the xAOD::TrigPassBits interface, as we agreed with Ryan and Lukas. * Tagging as xAODTrigger-00-00-53 2016-07-14 Tomasz Bold * extended API for TrigComposite Former-commit-id: 8c4ddc24
-