CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions
funct::AuxProductRatio2< Prod, simplify > Struct Template Reference

#include <SimplifyRatio.h>

Public Member Functions

typedef RATIO (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, bool simplify = Prod::value>
struct funct::AuxProductRatio2< Prod, simplify >

Definition at line 225 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< F, G, H >::combine().

229  { return (b / a) / c; }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<typename Prod , bool simplify = Prod::value>
typedef funct::AuxProductRatio2< Prod, simplify >::RATIO ( typename Prod::AB  ,
typename Prod::C   
)