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 (AlCa) (75x) #10969

Merged

Commits on Aug 23, 2015

  1. LaserAlignmentEventFilter: change into a global::EDFilter

      - change all configuration parameters into const members
      - initialise them in the member initializer list
      - remove unnecessary parameters
      - remove unnecessary caching of EventSetup products
      - remove unused methods and member variables
      - remove usage of exceptions in the FED check loop
      - change into a global::EDFilter
    fwyzard committed Aug 23, 2015
    Copy the full SHA
    1316cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. IPTCorrector: change into a global::EDProducer

      - change all configuration parameters into const members
      - initialise them in the member initializer list
      - remove unused methods and member variables
      - change into a global::EDProducer
    fwyzard committed Aug 26, 2015
    Copy the full SHA
    7889e90 View commit details
    Browse the repository at this point in the history
  2. IsolatedPixelTrackCandidateProducer: change into a stream::EDProducer

      - change most configuration parameters into const members
      - initialise them in the member initializer list
      - change into a stream::EDProducer
    fwyzard committed Aug 26, 2015
    Copy the full SHA
    2a8bfa3 View commit details
    Browse the repository at this point in the history
  3. IsolatedEcalPixelTrackCandidateProducer: change into a global::EDProd…

    …ucer
    
      - change all configuration parameters into const members
      - initialise them in the member initializer list
      - remove unused methods
      - change into a global::EDProducer
    fwyzard committed Aug 26, 2015
    Copy the full SHA
    4734d39 View commit details
    Browse the repository at this point in the history