![]() |
![]() |
#include <JetTagInfo.h>
Public Member Functions | |
JetTagInfo * | clone (void) const override |
clone More... | |
edm::RefToBase< Jet > | jet (void) const override |
returns a polymorphic reference to the tagged jet More... | |
JetTagInfo (void) | |
template<typename T > | |
JetTagInfo (const edm::Ref< T > &jetRef) | |
JetTagInfo (const edm::RefToBase< Jet > &jetRef) | |
template<typename T > | |
void | setJetRef (const edm::Ref< T > &jetRef) |
void | setJetRef (const edm::RefToBase< Jet > &jetRef) |
~JetTagInfo (void) override | |
![]() | |
BaseTagInfo (void) | |
virtual bool | hasTracks (void) const |
check if the algorithm is using the tracks or not More... | |
virtual TaggingVariableList | taggingVariables (void) const |
returns a description of the extended informations in a TaggingVariableList More... | |
virtual TrackRefVector | tracks (void) const |
returns a list of tracks associated to the jet More... | |
virtual | ~BaseTagInfo (void) |
Protected Attributes | |
edm::RefToBase< Jet > | m_jet |
Definition at line 9 of file JetTagInfo.h.
|
inline |
Definition at line 14 of file JetTagInfo.h.
|
inline |
Definition at line 16 of file JetTagInfo.h.
|
inlineoverride |
Definition at line 18 of file JetTagInfo.h.
|
inlineoverridevirtual |
clone
Reimplemented from reco::BaseTagInfo.
Reimplemented in reco::TemplatedSoftLeptonTagInfo< REF >.
Definition at line 20 of file JetTagInfo.h.
References JetTagInfo().
|
inlineoverridevirtual |
returns a polymorphic reference to the tagged jet
Reimplemented from reco::BaseTagInfo.
Definition at line 22 of file JetTagInfo.h.
References m_jet.
Referenced by MuonTaggerNoIP::discriminator(), and IPProducerHelpers::FromJetAndCands::tracks().
Definition at line 25 of file JetTagInfo.h.
References m_jet.
Referenced by SoftPFMuonTagInfoProducer::produce(), SoftPFElectronTagInfoProducer::produce(), and SoftLepton::tag().
|
inline |
|
protected |
Definition at line 30 of file JetTagInfo.h.
Referenced by jet(), and setJetRef().