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::AuxProductRatio< Prod, false > Struct Template Reference

#include <SimplifyRatio.h>

Public Types

typedef RatioStruct< typename
Prod::AB, typename Prod::C > 
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::AuxProductRatio< Prod, false >

Definition at line 164 of file SimplifyRatio.h.

Member Typedef Documentation

template<typename Prod >
typedef RatioStruct< typename Prod::AB , typename Prod::C > funct::AuxProductRatio< Prod, false >::type

Definition at line 165 of file SimplifyRatio.h.

Member Function Documentation

template<typename Prod >
static type funct::AuxProductRatio< Prod, false >::combine ( const typename Prod::A &  a,
const typename Prod::B b,
const typename Prod::C &  c 
)
inlinestatic

Definition at line 166 of file SimplifyRatio.h.

168  { return type(a * b, c); }
RatioStruct< typename Prod::AB, typename Prod::C > type
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121