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