#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "DataFormats/GEMRecHit/interface/GEMRecHitCollection.h"
#include "SimDataFormats/Track/interface/SimTrackContainer.h"
#include "SimDataFormats/Vertex/interface/SimVertexContainer.h"
#include "Validation/MuonGEMDigis/interface/GEMDigiMatcher.h"
#include <vector>
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | GEMRecHitMatcher |
Typedefs | |
typedef std::vector< GEMRecHit > | GEMRecHitContainer |
typedef std::vector<GEMRecHit> GEMRecHitContainer |
Definition at line 27 of file GEMRecHitMatcher.h.