Skip to content
Snippets Groups Projects
  1. Jun 25, 2019
  2. Jun 23, 2019
  3. Jun 21, 2019
  4. Jun 20, 2019
    • Scott Snyder's avatar
      EventInfo: const fixes. · bdadd79d
      Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      EventInfo had some const methods that were returning non-const pointers
      to member data.  This violates the spirit of const-correctness
      (and the thread-safety checker warns about it).
      Clean up by splitting the affected methods into const and non-const versions,
      returning const and non-const pointers, respectively.
      bdadd79d
  5. Jun 18, 2019
  6. Jun 17, 2019
  7. Jun 13, 2019
  8. Jun 12, 2019
  9. Jun 10, 2019
  10. Jun 07, 2019
  11. Jun 04, 2019
  12. May 31, 2019
  13. May 30, 2019
    • Tim Martin's avatar
      Enabling Trigger Feature Access · ba3ac77e
      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`
      ba3ac77e
  14. May 28, 2019
  15. May 25, 2019
  16. May 23, 2019
  17. May 21, 2019
  18. May 20, 2019
  19. May 17, 2019
  20. May 16, 2019
  21. May 15, 2019
  22. May 13, 2019
  23. May 08, 2019
  24. May 07, 2019
  25. May 01, 2019
Loading