CMS 3D CMS Logo

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

#include <EgammaHLTPixelMatchParamObjects.h>

Public Member Functions

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

Detailed Description

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

Definition at line 113 of file EgammaHLTPixelMatchParamObjects.h.

Constructor & Destructor Documentation

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

Definition at line 115 of file EgammaHLTPixelMatchParamObjects.h.

115 {}

Member Function Documentation

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

Definition at line 116 of file EgammaHLTPixelMatchParamObjects.h.

116 {return 1.;};