CMS 3D CMS Logo

Namespaces | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/RecoJets/FFTJetAlgorithms/interface/gridConverters.h File Reference

#include <cassert>
#include "fftjet/Grid2d.hh"

Go to the source code of this file.

Namespaces

namespace  fftjetcms

Functions

template<typename F1 , typename F2 >
void fftjetcms::add_Grid2d_data (fftjet::Grid2d< F2 > *to, const fftjet::Grid2d< F1 > &from)
template<typename Numeric >
fftjet::Grid2d< double > * fftjetcms::convert_Grid2d_to_double (const fftjet::Grid2d< Numeric > &grid)
template<typename Numeric >
fftjet::Grid2d< float > * fftjetcms::convert_Grid2d_to_float (const fftjet::Grid2d< Numeric > &grid)
template<typename F1 , typename F2 >
void fftjetcms::copy_Grid2d_data (fftjet::Grid2d< F2 > *to, const fftjet::Grid2d< F1 > &from)