CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Convolution< A, B, Integrator > Struct Template Reference

#include <Convolution.h>

List of all members.

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 
) [inline, static]

Definition at line 42 of file Convolution.h.

                                                                                             {
      return type(a, b, min, max, i);
    }