CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
gridConverters.h File Reference
#include <cassert>
#include "fftjet/Grid2d.hh"

Go to the source code of this file.

Namespaces

 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)