CMS 3D CMS Logo

Classes | Namespaces | Defines | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/FWCore/Modules/src/XMLOutputModule.cc File Reference

#include <fstream>
#include <string>
#include <iomanip>
#include <map>
#include <sstream>
#include <algorithm>
#include "Reflex/Base.h"
#include "Reflex/Member.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Provenance/interface/BranchDescription.h"
#include "DataFormats/Provenance/interface/Selections.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/OutputModule.h"
#include "FWCore/Framework/interface/GenericHandle.h"
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

class  edm::XMLOutputModule

Namespaces

namespace  edm
 

A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator.


Defines

#define FILLNAME(_type_)   s_toName[typeid(_type_).name()]= #_type_;
 convert the object information to the correct type and print it

Functions

 DEFINE_FWK_MODULE (XMLOutputModule)

Define Documentation

#define FILLNAME (   _type_)    s_toName[typeid(_type_).name()]= #_type_;

convert the object information to the correct type and print it

Definition at line 122 of file XMLOutputModule.cc.


Function Documentation

DEFINE_FWK_MODULE ( XMLOutputModule  )