CMS 3D CMS Logo

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

◆ ConstDouble() [1/2]

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

Definition at line 19 of file ScaleCalculators.h.

19 : c_(value) {}
Definition: value.py:1

◆ ConstDouble() [2/2]

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

Member Function Documentation

◆ operator()()

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

◆ c_

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

Definition at line 24 of file ScaleCalculators.h.

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