CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Enumerations | Functions
ParameterDescription.h File Reference
#include "FWCore/ParameterSet/interface/ParameterDescriptionBase.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/value_ptr.h"
#include <string>
#include <vector>
#include <iosfwd>
#include <set>

Go to the source code of this file.

Classes

class  edm::ParameterDescription< T >
 
class  edm::ParameterDescription< ParameterSetDescription >
 
class  edm::ParameterDescription< std::vector< ParameterSet > >
 

Namespaces

 edm
 A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.
 
 edm::writeParameterValue
 

Enumerations

enum  edm::writeParameterValue::ValueFormat { edm::writeParameterValue::CFI, edm::writeParameterValue::DOC }
 

Functions

bool edm::writeParameterValue::hasNestedContent (int const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< int > const &value)
 
bool edm::writeParameterValue::hasNestedContent (unsigned const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< unsigned > const &value)
 
bool edm::writeParameterValue::hasNestedContent (long long const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< long long > const &value)
 
bool edm::writeParameterValue::hasNestedContent (unsigned long long const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< unsigned long long > const &value)
 
bool edm::writeParameterValue::hasNestedContent (double const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< double > const &value)
 
bool edm::writeParameterValue::hasNestedContent (bool const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::string const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< std::string > const &value)
 
bool edm::writeParameterValue::hasNestedContent (EventID const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< EventID > const &value)
 
bool edm::writeParameterValue::hasNestedContent (LuminosityBlockID const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< LuminosityBlockID > const &value)
 
bool edm::writeParameterValue::hasNestedContent (LuminosityBlockRange const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< LuminosityBlockRange > const &value)
 
bool edm::writeParameterValue::hasNestedContent (EventRange const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< EventRange > const &value)
 
bool edm::writeParameterValue::hasNestedContent (InputTag const &value)
 
bool edm::writeParameterValue::hasNestedContent (std::vector< InputTag > const &value)
 
bool edm::writeParameterValue::hasNestedContent (FileInPath const &value)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, int const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< int > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, unsigned const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< unsigned > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, long long const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< long long > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, unsigned long long const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< unsigned long long > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, double const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< double > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, bool const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::string const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< std::string > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, EventID const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< EventID > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, LuminosityBlockID const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< LuminosityBlockID > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, LuminosityBlockRange const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< LuminosityBlockRange > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, EventRange const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< EventRange > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, InputTag const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, std::vector< InputTag > const &value_, ValueFormat format)
 
void edm::writeParameterValue::writeValue (std::ostream &os, int indentation, FileInPath const &value_, ValueFormat format)