#include <FWCore/ParameterSet/interface/ParameterSetDescriptionFiller.h>
Description: A concrete ParameterSetDescription filler which calls a static function of the template argument
Usage: This is an ParameterSetDescription filler adapter class which calls the
void fillDescription(edm::ParameterSetDescription&)
method of the templated argument. This allows the ParameterSetDescriptionFillerPluginFactory to communicate with existing plugins.