Warning, /JetMETCorrections/Objects/ChangeLog is written in an unsupported language. File is not indexed.
0001 2009-11-10 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
0002
0003 * change JetCorrector::correction(jet,evt,setup) interface to also
0004 contain an edm::RefToBase<reco::Jet> fJetRef.
0005 * this is useful because extra information about a given jet in
0006 the event is typically keyed by such a reference
0007 * note that the reference is always w.r.t. the original
0008 uncorrected jet, not the jet from the last correction level (as
0009 the information would have been lost by creating a new jet object)
0010 * this should not impact any existing correctors, as non was
0011 implementing this particular interface so far
0012 * the motivation is the introduction of the new L6SLBCorrector in
0013 JetMETCorrections/Algorithms, which corrects for leptonic decays
0014 within a jet and therefore needs to access tagging information for
0015 each jet in order to determine if a reconstructed muon could be
0016 matched and if yes, to get to it kinematics
0017