CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
funct::Convolution< A, B, Integrator > Struct Template Reference

#include <Convolution.h>

Public Types

typedef ConvolutionStruct< A,
B, Integrator > 
type
 

Static Public Member Functions

static type compose (const A &a, const B &b, double min, double max, const Integrator &i)
 

Detailed Description

template<typename A, typename B, typename Integrator>
struct funct::Convolution< A, B, Integrator >

Definition at line 40 of file Convolution.h.

Member Typedef Documentation

template<typename A , typename B , typename Integrator >
typedef ConvolutionStruct<A, B, Integrator> funct::Convolution< A, B, Integrator >::type

Definition at line 41 of file Convolution.h.

Member Function Documentation

template<typename A , typename B , typename Integrator >
static type funct::Convolution< A, B, Integrator >::compose ( const A a,
const B b,
double  min,
double  max,
const Integrator &  i 
)
inlinestatic

Definition at line 42 of file Convolution.h.

Referenced by funct::conv().

42  {
43  return type(a, b, min, max, i);
44  }
int i
Definition: DBlmapReader.cc:9
ConvolutionStruct< A, B, Integrator > type
Definition: Convolution.h:41
#define min(a, b)
Definition: mlp_lapack.h:161
const T & max(const T &a, const T &b)
double a
Definition: hdecay.h:121