CMS 3D CMS Logo

Public Member Functions | Private Member Functions | Private Attributes

fftjetcms::ConstDouble< Arg1 > Class Template Reference

#include <ScaleCalculators.h>

List of all members.

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.

: c_(value) {}
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_.

{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()().