#include <DeepDoubleXFeatures.h>
Public Member Functions | |
bool | empty () const |
void | filled () |
Public Attributes | |
std::vector< ChargedCandidateFeatures > | c_pf_features |
JetFeatures | jet_features |
std::vector< NeutralCandidateFeatures > | n_pf_features |
std::size_t | npv |
std::vector< SecondaryVertexFeatures > | sv_features |
BoostedDoubleSVTagInfoFeatures | tag_info_features |
Private Attributes | |
bool | is_empty_ = true |
Definition at line 14 of file DeepDoubleXFeatures.h.
|
inline |
Definition at line 18 of file DeepDoubleXFeatures.h.
References is_empty_.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Definition at line 22 of file DeepDoubleXFeatures.h.
References is_empty_.
Referenced by DeepDoubleXTagInfoProducer::produce().
std::vector<ChargedCandidateFeatures> btagbtvdeep::DeepDoubleXFeatures::c_pf_features |
Definition at line 29 of file DeepDoubleXFeatures.h.
Referenced by DeepDoubleXTagInfoProducer::produce().
|
private |
Definition at line 38 of file DeepDoubleXFeatures.h.
JetFeatures btagbtvdeep::DeepDoubleXFeatures::jet_features |
Definition at line 26 of file DeepDoubleXFeatures.h.
Referenced by DeepDoubleXTagInfoProducer::produce().
std::vector<NeutralCandidateFeatures> btagbtvdeep::DeepDoubleXFeatures::n_pf_features |
Definition at line 31 of file DeepDoubleXFeatures.h.
Referenced by DeepDoubleXTagInfoProducer::produce().
std::size_t btagbtvdeep::DeepDoubleXFeatures::npv |
Definition at line 35 of file DeepDoubleXFeatures.h.
Referenced by DeepDoubleXTagInfoProducer::produce().
std::vector<SecondaryVertexFeatures> btagbtvdeep::DeepDoubleXFeatures::sv_features |
Definition at line 33 of file DeepDoubleXFeatures.h.
Referenced by DeepDoubleXTagInfoProducer::produce().
BoostedDoubleSVTagInfoFeatures btagbtvdeep::DeepDoubleXFeatures::tag_info_features |
Definition at line 27 of file DeepDoubleXFeatures.h.
Referenced by DeepDoubleXTagInfoProducer::produce().