#include <ScaleCalculators.h>
Public Member Functions | |
ConstDouble (const double value) | |
double | operator() (const Arg1 &) const |
Private Member Functions | |
ConstDouble () | |
Private Attributes | |
double | c_ |
Definition at line 15 of file ScaleCalculators.h.
fftjetcms::ConstDouble< Arg1 >::ConstDouble | ( | const double | value | ) | [inline] |
Definition at line 18 of file ScaleCalculators.h.
fftjetcms::ConstDouble< Arg1 >::ConstDouble | ( | ) | [private] |
double fftjetcms::ConstDouble< Arg1 >::operator() | ( | const Arg1 & | ) | const [inline] |
Definition at line 19 of file ScaleCalculators.h.
References fftjetcms::ConstDouble< Arg1 >::c_.
{return c_;}
double fftjetcms::ConstDouble< Arg1 >::c_ [private] |
Definition at line 23 of file ScaleCalculators.h.
Referenced by fftjetcms::ConstDouble< Arg1 >::operator()().