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
reco::Mul< T > Struct Template Reference

#include <Expressions.h>

Public Types

typedef T RetType
 

Static Public Member Functions

static RetType apply (const RetType &a, const RetType &b)
 

Detailed Description

template<class T>
struct reco::Mul< T >

Definition at line 117 of file Expressions.h.

Member Typedef Documentation

template<class T >
typedef T reco::Mul< T >::RetType

Definition at line 118 of file Expressions.h.

Member Function Documentation

template<class T >
static RetType reco::Mul< T >::apply ( const RetType a,
const RetType b 
)
inlinestatic