#include <EtaAndPtDependentPeakSelector.h>
Public Member Functions | |
EtaAndPtLookupPeakSelector (unsigned nx, double xmin, double xmax, unsigned ny, double ymin, double ymax, const std::vector< double > &data) | |
bool | operator() (const fftjet::Peak &peak) const override |
Private Attributes | |
LookupTable2d | lookupTable_ |
Definition at line 38 of file EtaAndPtDependentPeakSelector.h.
fftjetcms::EtaAndPtLookupPeakSelector::EtaAndPtLookupPeakSelector | ( | unsigned | nx, |
double | xmin, | ||
double | xmax, | ||
unsigned | ny, | ||
double | ymin, | ||
double | ymax, | ||
const std::vector< double > & | data | ||
) |
Definition at line 23 of file EtaAndPtDependentPeakSelector.cc.
|
override |
Definition at line 31 of file EtaAndPtDependentPeakSelector.cc.
References fftjetcms::LookupTable2d::closest(), JetChargeProducer_cfi::exp, cmsBatch::log, and lookupTable_.
|
private |
Definition at line 49 of file EtaAndPtDependentPeakSelector.h.
Referenced by operator()().