1 #ifndef JetReco_JetTracksAssociation_h 2 #define JetReco_JetTracksAssociation_h 53 std::vector<reco::JetBaseRef >
allJets (
const Container&);
edm::RefProd< Container > RefProd
bool setValue(Container *, const reco::JetBaseRef &, reco::TrackRefVector)
associate jet with value. Returns false and associate nothing if jet is already associated ...
bool hasJet(const Container &, const reco::Jet &)
check if jet is associated
JetTracksAssociation::Container JetTracksAssociationCollection
typedefs for backward compatibility
Base class for all types of Jets.
math::PtEtaPhiELorentzVectorF LorentzVector
JetTracksAssociation::Ref JetTracksAssociationRef
std::vector< value_type > transient_vector_type
JetTracksAssociation::RefVector JetTracksAssociationRefVector
edm::RefVector< Container > RefVector
LorentzVector tracksP4(const Container &, const reco::Jet &)
Get LorentzVector as sum of all tracks associated with jet.
JetTracksAssociation::RefProd JetTracksAssociationRefProd
edm::Ref< Container > Ref
const reco::TrackRefVector & getValue(const Container &, const reco::Jet &)
get value for the association. Throw exception if no association found
Container::transient_vector_type transient_vector_type
std::pair< typename helper::RefFromRefProdTrait< reco::JetRefBaseProd >::ref_type, typename Values::value_type > value_type
ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiE4D< float > > PtEtaPhiELorentzVectorF
Lorentz vector with cartesian internal representation.
std::vector< Value > Values
edm::AssociationVector< reco::JetRefBaseProd, Values > Container
std::vector< reco::JetBaseRef > allJets(const Container &)
fill list of all jets associated with values. Return # of jets in the list
Container::value_type value_type
Association between jets and float value.
int tracksNumber(const Container &, const reco::Jet &)
Get number of tracks associated with jet.
reco::TrackRefVector Value