#include "JetAssociationTemplate.icc"
#include "DataFormats/JetReco/interface/JetFloatAssociation.h"
Go to the source code of this file.
Functions | |
std::vector< reco::JetBaseRef > | reco::JetFloatAssociation::allJets (const Container &) |
fill list of all jets associated with values. Return # of jets in the list | |
float | reco::JetFloatAssociation::getValue (const Container &, const reco::Jet &) |
get value for the association. Throw exception if no association found | |
float | reco::JetFloatAssociation::getValue (const Container &, const reco::JetBaseRef &) |
get value for the association. Throw exception if no association found | |
bool | reco::JetFloatAssociation::hasJet (const Container &, const reco::Jet &) |
check if jet is associated | |
bool | reco::JetFloatAssociation::hasJet (const Container &, const reco::JetBaseRef &) |
check if jet is associated | |
bool | reco::JetFloatAssociation::setValue (Container &, const reco::JetBaseRef &, float) |
associate jet with value | |
bool | reco::JetFloatAssociation::setValue (Container *, const reco::JetBaseRef &, float) |
associate jet with value |