CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::Ratio< A, B > Struct Template Reference

#include <Ratio.h>

Public Types

typedef RatioStruct< A, Btype
 

Static Public Member Functions

static type combine (const A &a, const B &b)
 

Detailed Description

template<typename A, typename B>
struct funct::Ratio< A, B >

Definition at line 26 of file Ratio.h.

Member Typedef Documentation

template<typename A , typename B >
typedef RatioStruct<A, B> funct::Ratio< A, B >::type

Definition at line 27 of file Ratio.h.

Member Function Documentation

template<typename A , typename B >
static type funct::Ratio< A, B >::combine ( const A a,
const B b 
)
inlinestatic

Definition at line 28 of file Ratio.h.

Referenced by funct::operator/().

28  {
29  return type(a, b);
30  }
RatioStruct< A, B > type
Definition: Ratio.h:27
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121