#include "JetAssociationTemplate.icc"
#include "DataFormats/JetReco/interface/JetExtendedAssociation.h"
Go to the source code of this file.
Functions | |
std::vector< reco::JetBaseRef > | reco::JetExtendedAssociation::allJets (const Container &) |
fill list of all jets associated with values. Return # of jets in the list | |
const JetExtendedData & | reco::JetExtendedAssociation::getValue (const Container &, const reco::Jet &) |
get value for the association. Throw exception if no association found | |
const JetExtendedData & | reco::JetExtendedAssociation::getValue (const Container &, const reco::JetBaseRef &) |
get value for the association. Throw exception if no association found | |
bool | reco::JetExtendedAssociation::hasJet (const Container &, const reco::Jet &) |
check if jet is associated | |
bool | reco::JetExtendedAssociation::hasJet (const Container &, const reco::JetBaseRef &) |
check if jet is associated | |
bool | reco::JetExtendedAssociation::setValue (Container &, const reco::JetBaseRef &, const JetExtendedData &) |
associate jet with value. Returns false and associate nothing if jet is already associated | |
bool | reco::JetExtendedAssociation::setValue (Container *, const reco::JetBaseRef &, const JetExtendedData &) |
associate jet with value. Returns false and associate nothing if jet is already associated | |
int | reco::JetExtendedAssociation::tracksAtCaloNumber (const Container &, const reco::Jet &) |
Number of tracks associated at calo face. | |
int | reco::JetExtendedAssociation::tracksAtCaloNumber (const Container &, const reco::JetBaseRef &) |
Number of tracks associated at calo face. | |
const LorentzVector & | reco::JetExtendedAssociation::tracksAtCaloP4 (const Container &, const reco::Jet &) |
p4 of tracks associated at calo face | |
const LorentzVector & | reco::JetExtendedAssociation::tracksAtCaloP4 (const Container &, const reco::JetBaseRef &) |
p4 of tracks associated at calo face | |
int | reco::JetExtendedAssociation::tracksAtVertexNumber (const Container &, const reco::Jet &) |
Number of tracks associated in the vertex. | |
int | reco::JetExtendedAssociation::tracksAtVertexNumber (const Container &, const reco::JetBaseRef &) |
Number of tracks associated in the vertex. | |
const LorentzVector & | reco::JetExtendedAssociation::tracksAtVertexP4 (const Container &, const reco::Jet &) |
const LorentzVector & | reco::JetExtendedAssociation::tracksAtVertexP4 (const Container &, const reco::JetBaseRef &) |
p4 of tracks associated in the vertex |