CMS 3D CMS Logo

funct::DecomposePower< A, B > Struct Template Reference

#include <PhysicsTools/Utilities/interface/DecomposePower.h>

List of all members.

Public Types

typedef PowerStruct< A, Btype

Static Public Member Functions

static const AgetBase (const type &_)
static const BgetExp (const type &_)


Detailed Description

template<typename A, typename B>
struct funct::DecomposePower< A, B >

Definition at line 8 of file DecomposePower.h.


Member Typedef Documentation

template<typename A, typename B>
typedef PowerStruct<A, B> funct::DecomposePower< A, B >::type

Definition at line 9 of file DecomposePower.h.


Member Function Documentation

template<typename A, typename B>
static const A& funct::DecomposePower< A, B >::getBase ( const type _  )  [inline, static]

Definition at line 10 of file DecomposePower.h.

References funct::PowerStruct< A, B >::_1.

00010 { return _._1; }

template<typename A, typename B>
static const B& funct::DecomposePower< A, B >::getExp ( const type _  )  [inline, static]

Definition at line 11 of file DecomposePower.h.

References funct::PowerStruct< A, B >::_2.

00011 { return _._2; }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:47:01 2009 for CMSSW by  doxygen 1.5.4