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