Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
// -*- C++ -*-
//
// Package:     ParameterSet
// Class  :     ParameterSetDescriptionFillerPluginFactory
//
// Implementation:
//     <Notes on implementation>
//
// Original Author:  Chris Jones
//         Created:  Wed Aug  1 16:47:57 EDT 2007
//

// system include files

// user include files
#include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerPluginFactory.h"

//
// constants, enums and typedefs
//
EDM_REGISTER_PLUGINFACTORY(edm::ParameterSetDescriptionFillerPluginFactory,
                           "CMS EDM Framework ParameterSet Description");