CMS 3D CMS Logo

Namespaces | Typedefs | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/JetReco/interface/JetFloatAssociation.h File Reference

#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

namespace  fwlite
namespace  reco
 

fixed size matrix


namespace  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::JetBaseRefreco::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::JetBaseRef &)
 get value for the association. Throw exception if no association found
float reco::JetFloatAssociation::getValue (const Container &, const reco::Jet &)
 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