1 #ifndef RecoJets_FFTJetAlgorithms_LookupTable2d_h 2 #define RecoJets_FFTJetAlgorithms_LookupTable2d_h 12 inline const std::vector<double>&
data()
const {
return data_; }
13 inline unsigned nx()
const {
return nx_; }
14 inline unsigned ny()
const {
return ny_; }
21 inline double binValue(
const unsigned ix,
const unsigned iy)
const {
return data_.at(ix *
ny_ + iy); }
23 double closest(
double x,
double y)
const;
40 #endif // RecoJets_FFTJetAlgorithms_LookupTable2d_h
const std::vector< double > & data() const
double closest(double x, double y) const
double binValue(const unsigned ix, const unsigned iy) const
std::vector< double > data_