CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs | Functions | Variables
FillDescriptionFromPSet.cc File Reference
#include "FWCore/ParameterSet/interface/FillDescriptionFromPSet.h"
#include "FWCore/ParameterSet/interface/ParameterDescriptionNode.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/Entry.h"
#include <string>
#include <map>
#include <vector>

Go to the source code of this file.

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 

Typedefs

typedef void(* FillDescriptionFromParameter )(edm::ParameterSet const &, std::string const &, bool, edm::ParameterSetDescription &)
 

Functions

void edm::fillDescriptionFromPSet (ParameterSet const &pset, ParameterSetDescription &desc)
 

Variables

static std::map
< edm::ParameterTypes,
FillDescriptionFromParameter
s_findTheRightFunction
 

Typedef Documentation

typedef void(* FillDescriptionFromParameter)(edm::ParameterSet const &, std::string const &, bool, edm::ParameterSetDescription &)

Definition at line 21 of file FillDescriptionFromPSet.cc.

Variable Documentation

std::map<edm::ParameterTypes, FillDescriptionFromParameter> s_findTheRightFunction
static

Definition at line 23 of file FillDescriptionFromPSet.cc.