#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "SimDataFormats/TrackingHit/interface/PSimHitContainer.h"
#include "DataFormats/MuonDetId/interface/DTWireId.h"
#include "DataFormats/DTRecHit/interface/DTRecHitCollection.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h"
#include "DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h"
#include "Histograms.h"
#include <vector>
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | edm |
Classes | |
class | DTRecHitQuality |
Basic analyzer class which accesses 1D DTRecHits and plot resolution comparing reconstructed and simulated quantities. More... |