#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 | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Macros | |
#define | FILLNAME(_type_) s_toName[typeid(_type_).name()]= #_type_; |
convert the object information to the correct type and print it More... | |
Functions | |
static edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < XMLOutputModule > > | s_filler__LINE__ ("XMLOutputModule") |
static edm::MakerPluginFactory::PMaker < edm::WorkerMaker < XMLOutputModule > > | s_maker__LINE__ ("XMLOutputModule") |
#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.
|
static |
|
static |