CMS 3D CMS Logo

Classes | Namespaces | Macros | Functions
ParameterAdapter.h File Reference
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/ParameterSet/interface/ParameterSetfwd.h"
#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 >
void reco::modules::fillPSetDescription (edm::ParameterSetDescription &desc)
 
template<typename S >
S reco::modules::make (const edm::ParameterSet &cfg)
 
template<typename S >
S reco::modules::make (const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
 
template<typename S >
S reco::modules::make (const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
 

Macro Definition Documentation

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

Definition at line 48 of file ParameterAdapter.h.