#include <memory>
#include <fstream>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/Run.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
Classes | |
class | MonitorTrackResiduals |
Monitoring source for track residuals on each detector module. More... | |
Typedefs | |
typedef std::map< int32_t, MonitorElement * > | HistoClass |
typedef std::map<int32_t, MonitorElement *> HistoClass |
Definition at line 28 of file MonitorTrackResiduals.h.