![]() |
![]() |
#include <Primitive.h>
Public Types | |
typedef Product< Parameter, Identity >::type | type |
Static Public Member Functions | |
static type | get (const Parameter &p) |
Definition at line 289 of file Primitive.h.
Definition at line 290 of file Primitive.h.
static type funct::Primitive< Parameter >::get | ( | const Parameter & | p | ) | [inline, static] |
Definition at line 291 of file Primitive.h.
References L1TEmulatorMonitor_cff::p.
{ return p * Identity(); }