#include <string>
#include "boost/shared_ptr.hpp"
#include "FWCore/Framework/interface/ComponentFactory.h"
#include "FWCore/Framework/interface/EventSetupProvider.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerPluginFactory.h"
Go to the source code of this file.
Classes | |
struct | edm::eventsetup::SourceMaker< TType > |
struct | edm::eventsetup::SourceMakerTraits |
Namespaces | |
namespace | edm |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
namespace | edm::eventsetup |
Defines | |
#define | DEFINE_FWK_EVENTSETUP_SOURCE(type) |
Typedefs | |
typedef ComponentFactory < SourceMakerTraits > | edm::eventsetup::SourceFactory |
typedef edmplugin::PluginFactory < edm::eventsetup::ComponentMakerBase < edm::eventsetup::SourceMakerTraits > *()> | edm::eventsetup::SourcePluginFactory |
Functions | |
template<class T > | |
void | edm::eventsetup::addProviderTo (EventSetupProvider &iProvider, boost::shared_ptr< T > iComponent, const DataProxyProvider *) |
template<class T > | |
void | edm::eventsetup::addProviderTo (EventSetupProvider &, boost::shared_ptr< T >, const void *) |
#define DEFINE_FWK_EVENTSETUP_SOURCE | ( | type | ) |
DEFINE_EDM_PLUGIN (edm::eventsetup::SourcePluginFactory,edm::eventsetup::SourceMaker<type>,#type); \ DEFINE_DESC_FILLER_FOR_ESSOURCES(type)
Definition at line 82 of file SourceFactory.h.