|
std::vector< reco::JetBaseRef > | reco::JetTracksAssociation::allJets (const Container &) |
| fill list of all jets associated with values. Return # of jets in the list More...
|
|
const reco::TrackRefVector & | reco::JetTracksAssociation::getValue (const Container &, const reco::JetBaseRef &) |
| get value for the association. Throw exception if no association found More...
|
|
const reco::TrackRefVector & | reco::JetTracksAssociation::getValue (const Container &, const reco::Jet &) |
| get value for the association. Throw exception if no association found More...
|
|
bool | reco::JetTracksAssociation::hasJet (const Container &, const reco::JetBaseRef &) |
| check if jet is associated More...
|
|
bool | reco::JetTracksAssociation::hasJet (const Container &, const reco::Jet &) |
| check if jet is associated More...
|
|
bool | reco::JetTracksAssociation::setValue (Container &, const reco::JetBaseRef &, reco::TrackRefVector) |
| associate jet with value. Returns false and associate nothing if jet is already associated More...
|
|
bool | reco::JetTracksAssociation::setValue (Container *, const reco::JetBaseRef &, reco::TrackRefVector) |
| associate jet with value. Returns false and associate nothing if jet is already associated More...
|
|
int | reco::JetTracksAssociation::tracksNumber (const Container &, const reco::JetBaseRef) |
| Get number of tracks associated with jet. More...
|
|
int | reco::JetTracksAssociation::tracksNumber (const Container &, const reco::Jet &) |
| Get number of tracks associated with jet. More...
|
|
LorentzVector | reco::JetTracksAssociation::tracksP4 (const Container &, const reco::JetBaseRef) |
| Get LorentzVector as sum of all tracks associated with jet. More...
|
|
LorentzVector | reco::JetTracksAssociation::tracksP4 (const Container &, const reco::Jet &) |
| Get LorentzVector as sum of all tracks associated with jet. More...
|
|