CMS 3D CMS Logo

Public Member Functions | Static Public Member Functions

funct::AuxProductRatio2< Prod, false > Struct Template Reference

#include <SimplifyRatio.h>

List of all members.

Public Member Functions

typedef RATIO_S (typename Prod::C, typename Prod::AB) type

Static Public Member Functions

static type combine (const typename Prod::A &a, const typename Prod::B &b, const typename Prod::C &c)

Detailed Description

template<typename Prod>
struct funct::AuxProductRatio2< Prod, false >

Definition at line 233 of file SimplifyRatio.h.


Member Function Documentation

template<typename Prod >
static type funct::AuxProductRatio2< Prod, false >::combine ( const typename Prod::A &  a,
const typename Prod::B b,
const typename Prod::C &  c 
) [inline, static]

Definition at line 235 of file SimplifyRatio.h.

                                                        { return type(c, a * b); }
template<typename Prod >
typedef funct::AuxProductRatio2< Prod, false >::RATIO_S ( typename Prod::C  ,
typename Prod::AB   
)