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