Go to the source code of this file.
|
template<typename CandidateType > |
static void | btagbtvdeep::commonCandidateToFeatures (const CandidateType *n_pf, const reco::Jet &jet, const float &drminpfcandsv, const float &jetR, NeutralCandidateFeatures &n_pf_features) |
|
void | btagbtvdeep::packedCandidateToFeatures (const pat::PackedCandidate *n_pf, const pat::Jet &jet, const float drminpfcandsv, const float jetR, NeutralCandidateFeatures &n_pf_features) |
|
void | btagbtvdeep::recoCandidateToFeatures (const reco::PFCandidate *n_pf, const reco::Jet &jet, const float drminpfcandsv, const float jetR, const float puppiw, NeutralCandidateFeatures &n_pf_features) |
|