Skip to content
  • 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