#include <BoostedJetMerger.h>
Public Member Functions | |
FindCorrectedSubjet (edm::Ptr< reco::Candidate > const &da) | |
bool | operator() (pat::Jet const &subjet) const |
Public Attributes | |
edm::Ptr< reco::Candidate > | da_ |
Predicate to use for find_if. This checks whether a given edm::Ptr<reco::Candidate> (as you would get from the reco::BasicJet daughters) to see if it matches the original object ref of another pat::Jet (which is to find the corrected / btagged pat::Jet that corresponds to the subjet in question).
Definition at line 40 of file BoostedJetMerger.h.
|
inline |
Definition at line 42 of file BoostedJetMerger.h.
|
inline |
Definition at line 46 of file BoostedJetMerger.h.
References da_, and pat::PATObject< ObjectType >::originalObjectRef().
edm::Ptr<reco::Candidate> FindCorrectedSubjet::da_ |
Definition at line 54 of file BoostedJetMerger.h.
Referenced by operator()().