![]() |
![]() |
#include <PtIsolationAlgo.h>
Static Public Member Functions | |
static PtIsolationAlgo< T, C > | make (const edm::ParameterSet &cfg) |
Definition at line 14 of file PtIsolationAlgo.h.
static PtIsolationAlgo<T, C> reco::modules::ParameterAdapter< PtIsolationAlgo< T, C > >::make | ( | const edm::ParameterSet & | cfg | ) | [inline, static] |
Definition at line 15 of file PtIsolationAlgo.h.
{ return PtIsolationAlgo<T, C>( cfg.template getParameter<double>( "dRMin" ), cfg.template getParameter<double>( "dRMax" ), cfg.template getParameter<double>( "dzMax" ), cfg.template getParameter<double>( "d0Max" ), cfg.template getParameter<double>( "ptMin" ) ); }