#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"
#include <DQMServices/Core/interface/DQMEDAnalyzer.h>
#include "Alignment/OfflineValidation/interface/TrackerValidationVariables.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DQM/SiStripCommon/interface/TkHistoMap.h"
Go to the source code of this file.
Classes | |
struct | MonitorTrackResidualsBase< pixel_or_strip >::HistoPair |
struct | MonitorTrackResidualsBase< pixel_or_strip >::HistoXY |
class | MonitorTrackResidualsBase< pixel_or_strip > |
Namespaces | |
edm | |
HLT enums. | |
Typedefs | |
typedef MonitorTrackResidualsBase< TRACKERTYPE_STRIP > | MonitorTrackResiduals |
typedef MonitorTrackResidualsBase< TRACKERTYPE_PIXEL > | SiPixelMonitorTrackResiduals |
Enumerations | |
enum | TrackerType { TRACKERTYPE_STRIP, TRACKERTYPE_PIXEL } |
Definition at line 79 of file MonitorTrackResiduals.h.
Definition at line 80 of file MonitorTrackResiduals.h.
enum TrackerType |
Enumerator | |
---|---|
TRACKERTYPE_STRIP | |
TRACKERTYPE_PIXEL |
Definition at line 33 of file MonitorTrackResiduals.h.