![]() |
![]() |
#include <JTATagInfo.h>
Public Member Functions | |
JTATagInfo * | clone (void) const override |
clone More... | |
bool | hasTracks (void) const override |
check if the algorithm is using the tracks or not More... | |
edm::RefToBase< Jet > | jet (void) const override |
returns a polymorphic reference to the tagged jet More... | |
const JetTracksAssociationRef & | jtaRef (void) const |
JTATagInfo (void) | |
JTATagInfo (const JetTracksAssociationRef &jtaRef) | |
void | setJTARef (const JetTracksAssociationRef &jtaRef) |
TrackRefVector | tracks (void) const override |
returns a list of tracks associated to the jet More... | |
~JTATagInfo (void) override | |
![]() | |
BaseTagInfo (void) | |
virtual TaggingVariableList | taggingVariables (void) const |
returns a description of the extended informations in a TaggingVariableList More... | |
virtual | ~BaseTagInfo (void) |
Protected Attributes | |
JetTracksAssociationRef | m_jetTracksAssociation |
Definition at line 10 of file JTATagInfo.h.
|
inline |
Definition at line 13 of file JTATagInfo.h.
Referenced by clone().
|
inline |
Definition at line 14 of file JTATagInfo.h.
|
inlineoverride |
Definition at line 16 of file JTATagInfo.h.
|
inlineoverridevirtual |
clone
Reimplemented from reco::BaseTagInfo.
Reimplemented in reco::TrackProbabilityTagInfo, reco::TrackCountingTagInfo, and reco::TauMassTagInfo.
Definition at line 18 of file JTATagInfo.h.
References JTATagInfo().
|
inlineoverridevirtual |
check if the algorithm is using the tracks or not
Reimplemented from reco::BaseTagInfo.
Definition at line 24 of file JTATagInfo.h.
|
inlineoverridevirtual |
returns a polymorphic reference to the tagged jet
Reimplemented from reco::BaseTagInfo.
Definition at line 20 of file JTATagInfo.h.
References m_jetTracksAssociation.
|
inline |
Definition at line 22 of file JTATagInfo.h.
References m_jetTracksAssociation.
Referenced by setJTARef().
|
inline |
Definition at line 26 of file JTATagInfo.h.
References jtaRef(), and m_jetTracksAssociation.
|
inlineoverridevirtual |
returns a list of tracks associated to the jet
Reimplemented from reco::BaseTagInfo.
Definition at line 21 of file JTATagInfo.h.
References m_jetTracksAssociation.
Referenced by reco::IsolatedTauTagInfo::allTracks(), reco::TrackProbabilityTagInfo::track(), and IPProducerHelpers::FromJTA::tracks().
|
protected |
Definition at line 29 of file JTATagInfo.h.
Referenced by reco::CombinedTauTagInfo::allTks(), jet(), jtaRef(), setJTARef(), and tracks().