CMS 3D CMS Logo

List of all members | Public Member Functions
egPM::TF3Wrap< ParamType, false > Class Template Reference

#include <EgammaHLTPixelMatchParamObjects.h>

Public Member Functions

float operator() (const ParamType &obj)
 
 TF3Wrap (const std::string &funcExpr, const std::vector< double > &params)
 

Detailed Description

template<typename ParamType>
class egPM::TF3Wrap< ParamType, false >

Definition at line 157 of file EgammaHLTPixelMatchParamObjects.h.

Constructor & Destructor Documentation

template<typename ParamType >
egPM::TF3Wrap< ParamType, false >::TF3Wrap ( const std::string &  funcExpr,
const std::vector< double > &  params 
)
inline

Definition at line 159 of file EgammaHLTPixelMatchParamObjects.h.

159 {}

Member Function Documentation

template<typename ParamType >
float egPM::TF3Wrap< ParamType, false >::operator() ( const ParamType &  obj)
inline

Definition at line 160 of file EgammaHLTPixelMatchParamObjects.h.

160 {return 1.;};