CMS 3D CMS Logo

Public Member Functions | Static Public Member Functions

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

#include <SimplifyRatio.h>

List of all members.

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 
) [inline, static]

Definition at line 227 of file SimplifyRatio.h.

References trackerHits::c.

                                                        { return (b / a) / c; }
template<typename Prod , bool simplify = Prod::value>
typedef funct::AuxProductRatio2< Prod, simplify >::RATIO ( typename Prod::AB  ,
typename Prod::C   
)