-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change JetCorrector::correction(jet,event,setup) to JetCorrector::cor…
…rection(jet,jetRef,event,setup), see ChangeLog for details.
- Loading branch information
Philipp Schieferdecker
committed
Nov 10, 2009
1 parent
214b501
commit 4193894
Showing
5 changed files
with
49 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
2009-11-10 Philipp SCHIEFERDECKER <[email protected]> | ||
|
||
* change JetCorrector::correction(jet,evt,setup) interface to also | ||
contain an edm::RefToBase<reco::Jet> fJetRef. | ||
* this is useful because extra information about a given jet in | ||
the event is typically keyed by such a reference | ||
* note that the reference is always w.r.t. the original | ||
uncorrected jet, not the jet from the last correction level (as | ||
the information would have been lost by creating a new jet object) | ||
* this should not impact any existing correctors, as non was | ||
implementing this particular interface so far | ||
* the motivation is the introduction of the new L6SLBCorrector in | ||
JetMETCorrections/Algorithms, which corrects for leptonic decays | ||
within a jet and therefore needs to access tagging information for | ||
each jet in order to determine if a reconstructed muon could be | ||
matched and if yes, to get to it kinematics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters