#include <LooperFactory.h>
Public Types | |
typedef EDLooperBase | base_type |
Static Public Member Functions | |
template<class T > | |
static void | addTo (EventSetupProvider &iProvider, boost::shared_ptr< T > iComponent) |
static std::string | name () |
Definition at line 79 of file LooperFactory.h.
Definition at line 80 of file LooperFactory.h.
static void edm::eventsetup::LooperMakerTraits::addTo | ( | EventSetupProvider & | iProvider, |
boost::shared_ptr< T > | iComponent | ||
) | [inline, static] |
Definition at line 83 of file LooperFactory.h.
References edm::eventsetup::looper::addFinderTo(), and edm::eventsetup::addProviderTo().
{ //a looper does not always have to be a provider or a finder looper::addProviderTo(iProvider, iComponent, static_cast<const T*>(0)); looper::addFinderTo(iProvider, iComponent, static_cast<const T*>(0)); }
std::string edm::eventsetup::LooperMakerTraits::name | ( | void | ) | [static] |
Definition at line 24 of file LooperFactory.cc.
{ return "CMS EDM Framework EDLooper"; }