#include <DeepTauBase.h>
Public Member Functions | |
double | operator() (const reco::BaseTau &tau, bool isPFTau) const |
TauWPThreshold (const std::string &cut_str) | |
Private Attributes | |
std::unique_ptr< TF1 > | fn_ |
double | value_ |
Definition at line 38 of file DeepTauBase.h.
|
explicit |
Definition at line 17 of file DeepTauBase.cc.
References fn_, PostProcessorHGCAL_cfi::prefix, AlCaHLTBitMon_QueryRunRegistry::string, and value_.
double deep_tau::TauWPThreshold::operator() | ( | const reco::BaseTau & | tau, |
bool | isPFTau | ||
) | const |
Definition at line 46 of file DeepTauBase.cc.
References reco::LeafCandidate::eta(), fn_, reco::LeafCandidate::pt(), and value_.
|
private |
Definition at line 44 of file DeepTauBase.h.
Referenced by operator()(), and TauWPThreshold().
|
private |
Definition at line 45 of file DeepTauBase.h.
Referenced by operator()(), and TauWPThreshold().