CMS 3D CMS Logo

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 38 of file Convolution.h.

Member Typedef Documentation

◆ type

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

Definition at line 39 of file Convolution.h.

Member Function Documentation

◆ compose()

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 40 of file Convolution.h.

References a, b, mps_fire::i, SiStripPI::max, and SiStripPI::min.

Referenced by funct::conv().

40  {
41  return type(a, b, min, max, i);
42  }
ConvolutionStruct< A, B, Integrator > type
Definition: Convolution.h:39
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119