CMS 3D CMS Logo

Classes | Namespaces | Macros | Functions
ParameterAdapter.h File Reference
#include "FWCore/ParameterSet/interface/ParameterSet.h"

Go to the source code of this file.

Classes

struct  reco::modules::ParameterAdapter< S >
 

Namespaces

 reco
 fixed size matrix
 
 reco::modules
 

Macros

#define NOPARAMETER_ADAPTER(TYPE)
 

Functions

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

Macro Definition Documentation

◆ NOPARAMETER_ADAPTER

#define NOPARAMETER_ADAPTER (   TYPE)
Value:
namespace reco { \
namespace modules { \
struct ParameterAdapter<TYPE> { \
static TYPE make(const edm::ParameterSet& cfg) { return TYPE(); } \
}; \
} \
}
fixed size matrix
S make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)

Definition at line 22 of file ParameterAdapter.h.