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

#include <SimplifyRatio.h>

Public Types

typedef Ratio< 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::AuxProductRatio2< Prod, simplify >

Definition at line 225 of file SimplifyRatio.h.

Member Typedef Documentation

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

Definition at line 226 of file SimplifyRatio.h.

Member Function Documentation

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

Definition at line 227 of file SimplifyRatio.h.

References trackerHits::c.

Referenced by funct::RatioP2< A, B, ProductStruct< C, D > >::combine().

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