#include "DataFormats/Common/interface/AssociationVector.h"
#include "DataFormats/JetReco/interface/JetCollection.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefToBase.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
fwlite | |
reco | |
fixed size matrix | |
reco::JetFloatAssociation | |
Typedefs | |
typedef edm::AssociationVector< reco::JetRefBaseProd, Values > | reco::JetFloatAssociation::Container |
typedef edm::Ref< Container > | reco::JetFloatAssociation::Ref |
typedef edm::RefProd< Container > | reco::JetFloatAssociation::RefProd |
typedef edm::RefVector< Container > | reco::JetFloatAssociation::RefVector |
typedef Container::transient_vector_type | reco::JetFloatAssociation::transient_vector_type |
typedef float | reco::JetFloatAssociation::Value |
typedef Container::value_type | reco::JetFloatAssociation::value_type |
typedef std::vector< Value > | reco::JetFloatAssociation::Values |
Functions | |
std::vector< reco::JetBaseRef > | reco::JetFloatAssociation::allJets (const Container &) |
fill list of all jets associated with values. Return # of jets in the list More... | |
float | reco::JetFloatAssociation::getValue (const Container &, const reco::JetBaseRef &) |
get value for the association. Throw exception if no association found More... | |
float | reco::JetFloatAssociation::getValue (const Container &, const reco::Jet &) |
get value for the association. Throw exception if no association found More... | |
bool | reco::JetFloatAssociation::hasJet (const Container &, const reco::JetBaseRef &) |
check if jet is associated More... | |
bool | reco::JetFloatAssociation::hasJet (const Container &, const reco::Jet &) |
check if jet is associated More... | |
bool | reco::JetFloatAssociation::setValue (Container &, const reco::JetBaseRef &, float) |
associate jet with value More... | |
bool | reco::JetFloatAssociation::setValue (Container *, const reco::JetBaseRef &, float) |
associate jet with value More... | |