CMS 3D CMS Logo

ParameterAdapter.h File Reference

#include "FWCore/ParameterSet/interface/ParameterSet.h"

Go to the source code of this file.

Namespaces

namespace  reco
namespace  reco::modules

Classes

struct  reco::modules::ParameterAdapter< S >

Defines

#define NOPARAMETER_ADAPTER(TYPE)

Functions

template<typename S>
reco::modules::make (const edm::ParameterSet &cfg)


Define Documentation

#define NOPARAMETER_ADAPTER ( TYPE   ) 

Value:

namespace reco { \
  namespace modules { \
    struct ParameterAdapter<TYPE> { \
      static TYPE make(const edm::ParameterSet & cfg) { \
        return TYPE(); \
      } \
    }; \
  } \
}

Definition at line 24 of file ParameterAdapter.h.


Generated on Tue Jun 9 17:55:01 2009 for CMSSW by  doxygen 1.5.4