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