CMS 3D CMS Logo

Public Types | Static Public Member Functions

reco::Mul< T > Struct Template Reference

#include <Expressions.h>

List of all members.

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

Definition at line 119 of file Expressions.h.

    {return ( a * b );}