CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
fftjetcms::ConstDouble< Arg1 > Class Template Reference

#include <ScaleCalculators.h>

Inheritance diagram for fftjetcms::ConstDouble< Arg1 >:

Public Member Functions

 ConstDouble (const double value)
 
double operator() (const Arg1 &) const
 

Private Member Functions

 ConstDouble ()
 

Private Attributes

double c_
 

Detailed Description

template<typename Arg1>
class fftjetcms::ConstDouble< Arg1 >

Definition at line 15 of file ScaleCalculators.h.

Constructor & Destructor Documentation

template<typename Arg1 >
fftjetcms::ConstDouble< Arg1 >::ConstDouble ( const double  value)
inline

Definition at line 18 of file ScaleCalculators.h.

template<typename Arg1 >
fftjetcms::ConstDouble< Arg1 >::ConstDouble ( )
private

Member Function Documentation

template<typename Arg1 >
double fftjetcms::ConstDouble< Arg1 >::operator() ( const Arg1 &  ) const
inline

Definition at line 19 of file ScaleCalculators.h.

References fftjetcms::ConstDouble< Arg1 >::c_.

19 {return c_;}

Member Data Documentation

template<typename Arg1 >
double fftjetcms::ConstDouble< Arg1 >::c_
private

Definition at line 23 of file ScaleCalculators.h.

Referenced by fftjetcms::ConstDouble< Arg1 >::operator()().