#include <ParameterAdapter.h>
Static Public Member Functions | |
static S | make (const edm::ParameterSet &cfg) |
static S | make (const edm::ParameterSet &cfg) |
Definition at line 10 of file ParameterAdapter.h.
static S reco::modules::ParameterAdapter< S >::make | ( | const edm::ParameterSet & | cfg | ) | [inline, static] |
Definition at line 11 of file ParameterAdapter.h.
Referenced by reco::modules::make().
{
return S(cfg);
}
static S reco::modules::ParameterAdapter< S >::make | ( | const edm::ParameterSet & | cfg | ) | [inline, static] |
Definition at line 11 of file ParameterAdapter.h.
{
return S(cfg);
}