Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate modules used by the HLT menu to multithreading (various) #10958

Merged

Commits on Aug 26, 2015

  1. cleanup some const_cast

      - L1GtVhdlWriterCore: get rid of an unnecessary const_cast
      - L1GtTriggerMenuXmlParser: fix the input parameter of strtol
    fwyzard committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    646526a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Configuration menu
    Copy the full SHA
    5e1b22d View commit details
    Browse the repository at this point in the history
  2. fix use of L1GtTriggerMenu

    L1GtTriggerMenu is now properly initialised by the EventSetup framework,
    so there is no longer need to call
    
      (const_cast<L1GtTriggerMenu *>(l1GtTriggerMenu))->buildGtConditionMap();
    
    or to keep a local copy for that purpose
    fwyzard committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    cc5ec5c View commit details
    Browse the repository at this point in the history
  3. L1GlobalTrigger: change into a stream::EDProducer

      - change most configuration parameters into const members
      - change into a stream::EDProducer
    fwyzard committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    56d36ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80fa995 View commit details
    Browse the repository at this point in the history