#include <bJetSelector.h>
Public Member Functions | |
bJetSelector (const edm::ParameterSet &cfg) | |
bool | IsbTag (const pat::Jet &JetCand, const std::string &operpoint, const std::string &tagger) const |
bool | IsbTag (const pat::Jet &JetCand, const std::string &operpoint) const |
bool | IsbTag (const pat::Jet &JetCand) const |
Private Attributes | |
std::vector< std::string > | BTagdiscriminator_ |
std::string | DefaultOp_ |
std::string | DefaultTg_ |
std::map< std::string, std::map< std::string, double > > | discCut |
std::vector< double > | discriminantCutsLoose_ |
std::vector< double > | discriminantCutsMedium_ |
std::vector< double > | discriminantCutsTight_ |
Definition at line 19 of file bJetSelector.h.
bJetSelector::bJetSelector | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 8 of file bJetSelector.cc.
References BTagdiscriminator_, discCut, discriminantCutsLoose_, discriminantCutsMedium_, discriminantCutsTight_, and mps_fire::i.
bool bJetSelector::IsbTag | ( | const pat::Jet & | JetCand, |
const std::string & | operpoint, | ||
const std::string & | tagger | ||
) | const |
Definition at line 26 of file bJetSelector.cc.
References pat::Jet::bDiscriminator(), and discCut.
Referenced by PatBTagCommonHistos::Fill(), and IsbTag().
bool bJetSelector::IsbTag | ( | const pat::Jet & | JetCand, |
const std::string & | operpoint | ||
) | const |
Definition at line 38 of file bJetSelector.cc.
References DefaultTg_, and IsbTag().
bool bJetSelector::IsbTag | ( | const pat::Jet & | JetCand | ) | const |
Definition at line 45 of file bJetSelector.cc.
References DefaultOp_, DefaultTg_, and IsbTag().
|
private |
Definition at line 35 of file bJetSelector.h.
Referenced by bJetSelector().
|
private |
Definition at line 36 of file bJetSelector.h.
Referenced by IsbTag().
|
private |
Definition at line 37 of file bJetSelector.h.
Referenced by IsbTag().
|
private |
Definition at line 31 of file bJetSelector.h.
Referenced by bJetSelector(), and IsbTag().
|
private |
Definition at line 32 of file bJetSelector.h.
Referenced by bJetSelector().
|
private |
Definition at line 33 of file bJetSelector.h.
Referenced by bJetSelector().
|
private |
Definition at line 34 of file bJetSelector.h.
Referenced by bJetSelector().