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

JetCorrector in Event #5141

Merged
merged 3 commits into from Sep 9, 2014
Merged

Commits on Aug 31, 2014

  1. Create an Event based reco::JetCorrector

    Moved the implementation of the JetCorrector so that the needed
    class can be obtained from the Event rather than the EventSetup.
    This is needed since
    1) having an EventSetup class access data from the Event is against
     CMSSW rules
    2) it is not possible to make the needed 'consumes' call with the
     previous design.
    The new implementation lives in the namespace reco while the old
    implementation is still in the global namespace until the old
    can be removed.
    Dr15Jones committed Aug 31, 2014
    Copy the full SHA
    af1ce8f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Copy the full SHA
    03c0178 View commit details
    Browse the repository at this point in the history
  2. Created ChainedJetCorrectorProducer

    The ChainedJetCorrectorProducer is the equivalent to the previous
    JetCorrectionESChain but for the Event based reco::JetCorrector.
    Dr15Jones committed Sep 2, 2014
    Copy the full SHA
    cbfd21f View commit details
    Browse the repository at this point in the history