![]() |
![]() |
#include <BoostedDoubleSVTagInfo.h>
Public Member Functions | |
BoostedDoubleSVTagInfo (void) | |
BoostedDoubleSVTagInfo (const TaggingVariableList &list, const edm::Ref< std::vector< CandSecondaryVertexTagInfo > > &svTagInfoRef) | |
BoostedDoubleSVTagInfo * | clone (void) const override |
clone More... | |
edm::RefToBase< Jet > | jet (void) const override |
returns a polymorphic reference to the tagged jet More... | |
TaggingVariableList | taggingVariables (void) const override |
returns a description of the extended informations in a TaggingVariableList More... | |
~BoostedDoubleSVTagInfo (void) override | |
![]() | |
BaseTagInfo (void) | |
virtual bool | hasTracks (void) const |
check if the algorithm is using the tracks or not More... | |
virtual TrackRefVector | tracks (void) const |
returns a list of tracks associated to the jet More... | |
virtual | ~BaseTagInfo (void) |
Protected Attributes | |
TaggingVariableList | m_list |
edm::Ref< std::vector< CandSecondaryVertexTagInfo > > | m_svTagInfoRef |
Definition at line 12 of file BoostedDoubleSVTagInfo.h.
|
inline |
|
inline |
Definition at line 16 of file BoostedDoubleSVTagInfo.h.
|
inlineoverride |
Definition at line 22 of file BoostedDoubleSVTagInfo.h.
|
inlineoverridevirtual |
clone
Reimplemented from reco::BaseTagInfo.
Definition at line 24 of file BoostedDoubleSVTagInfo.h.
References BoostedDoubleSVTagInfo().
|
inlineoverridevirtual |
returns a polymorphic reference to the tagged jet
Reimplemented from reco::BaseTagInfo.
Definition at line 26 of file BoostedDoubleSVTagInfo.h.
References m_svTagInfoRef.
|
inlineoverridevirtual |
returns a description of the extended informations in a TaggingVariableList
Reimplemented from reco::BaseTagInfo.
Definition at line 28 of file BoostedDoubleSVTagInfo.h.
References m_list.
Referenced by CandidateBoostedDoubleSecondaryVertexComputer::discriminator(), and DeepDoubleXTagInfoProducer::produce().
|
protected |
Definition at line 31 of file BoostedDoubleSVTagInfo.h.
Referenced by taggingVariables().
|
protected |
Definition at line 32 of file BoostedDoubleSVTagInfo.h.
Referenced by jet().