#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 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.
DEFINE_FWK_MODULE | ( | XMLOutputModule | ) |