CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public 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)
 
 ConstDouble ()=delete
 
double operator() (const Arg1 &) const override
 

Private Attributes

double c_
 

Detailed Description

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

Definition at line 17 of file ScaleCalculators.h.

Constructor & Destructor Documentation

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

Definition at line 19 of file ScaleCalculators.h.

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

Member Function Documentation

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

Definition at line 21 of file ScaleCalculators.h.

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

21 { return c_; }

Member Data Documentation

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

Definition at line 24 of file ScaleCalculators.h.

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