CMS 3D CMS Logo

Public Types | Static Public Member Functions

edm::eventsetup::LooperMakerTraits Struct Reference

#include <LooperFactory.h>

List of all members.

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 ()

Detailed Description

Definition at line 79 of file LooperFactory.h.


Member Typedef Documentation

Definition at line 80 of file LooperFactory.h.


Member Function Documentation

template<class T >
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"; }