#include <MuonTaggerNoIP.h>
Public Member Functions | |
float | discriminator (const TagInfoHelper &tagInfo) const override |
b-tag a jet based on track-to-jet parameters in the extened info collection More... | |
MuonTaggerNoIP (const edm::ParameterSet &configuration) | |
explicit ctor More... | |
~MuonTaggerNoIP () override | |
dtor More... | |
Public Member Functions inherited from JetTagComputer | |
const std::vector< std::string > & | getInputLabels () const |
virtual void | initialize (const JetTagComputerRecord &) |
JetTagComputer () | |
JetTagComputer (const edm::ParameterSet &configuration) | |
float | operator() (const reco::BaseTagInfo &info) const |
float | operator() (const TagInfoHelper &helper) const |
void | setupDone () |
virtual | ~JetTagComputer () |
Private Attributes | |
btag::LeptonSelector | m_selector |
Additional Inherited Members | |
Protected Member Functions inherited from JetTagComputer | |
virtual float | discriminator (const reco::BaseTagInfo &) const |
void | uses (unsigned int id, const std::string &label) |
void | uses (const std::string &label) |
Definition at line 17 of file MuonTaggerNoIP.h.
|
inlineexplicit |
explicit ctor
Definition at line 21 of file MuonTaggerNoIP.h.
References JetTagComputer::uses().
|
inlineoverride |
|
overridevirtual |
b-tag a jet based on track-to-jet parameters in the extened info collection
Reimplemented from JetTagComputer.
Definition at line 8 of file MuonTaggerNoIP.cc.
References reco::SoftLeptonProperties::deltaR, JetTagComputer::TagInfoHelper::get(), mps_fire::i, infinity, info(), reco::JetTagInfo::jet(), reco::TemplatedSoftLeptonTagInfo< REF >::leptons(), m_selector, reco::TemplatedSoftLeptonTagInfo< REF >::properties(), reco::SoftLeptonProperties::ptRel, reco::SoftLeptonProperties::ratioRel, and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by ~MuonTaggerNoIP().
|
private |
Definition at line 35 of file MuonTaggerNoIP.h.
Referenced by discriminator().