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, simplify > Struct Template Reference

#include <SimplifyRatio.h>

Public Types

typedef Product< typename
Prod::AB, typename Prod::C >
::type 
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, bool simplify = Prod::value>
struct funct::AuxProductRatio< Prod, simplify >

Definition at line 157 of file SimplifyRatio.h.

Member Typedef Documentation

template<typename Prod, bool simplify = Prod::value>
typedef Product< typename Prod::AB , typename Prod::C >::type funct::AuxProductRatio< Prod, simplify >::type

Definition at line 158 of file SimplifyRatio.h.

Member Function Documentation

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

Definition at line 159 of file SimplifyRatio.h.

References trackerHits::c.

Referenced by funct::RatioP1< A, B, Numerical< n > >::combine().

161  { return (a / b) * c; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121