![]() |
![]() |
#include <AndSelector.h>
Static Public Member Functions | |
static AndSelector< S1, S2, S3, S4, S5 > | make (const edm::ParameterSet &cfg) |
Definition at line 10 of file AndSelector.h.
static AndSelector<S1, S2, S3, S4, S5> reco::modules::ParameterAdapter< AndSelector< S1, S2, S3, S4, S5 > >::make | ( | const edm::ParameterSet & | cfg | ) | [inline, static] |
Definition at line 11 of file AndSelector.h.
{ return AndSelector<S1, S2, S3, S4, S5>( modules::make<S1>( cfg ), modules::make<S2>( cfg ), modules::make<S3>( cfg ), modules::make<S4>( cfg ), modules::make<S5>( cfg ) ); }