#include "Validation/MuonHits/interface/GEMSimHitMatcher.h"
#include "Geometry/GEMGeometry/interface/GEMGeometry.h"
#include "SimDataFormats/GEMDigiSimLink/interface/GEMDigiSimLink.h"
#include "DataFormats/GEMDigi/interface/GEMDigiCollection.h"
#include "DataFormats/GEMDigi/interface/GEMPadDigiCollection.h"
#include "DataFormats/GEMDigi/interface/GEMPadDigiClusterCollection.h"
#include "DataFormats/GEMDigi/interface/GEMCoPadDigiCollection.h"
#include "DataFormats/Common/interface/DetSetVector.h"
#include <vector>
#include <map>
#include <set>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | GEMDigiMatcher |
Typedefs | |
typedef std::vector< GEMCoPadDigi > | GEMCoPadDigiContainer |
typedef std::vector< GEMDigi > | GEMDigiContainer |
typedef std::vector< GEMDigiSimLink > | GEMDigiSimLinkContainer |
typedef std::vector< GEMPadDigiCluster > | GEMPadDigiClusterContainer |
typedef std::vector< GEMPadDigi > | GEMPadDigiContainer |
typedef std::vector<GEMCoPadDigi> GEMCoPadDigiContainer |
Definition at line 29 of file GEMDigiMatcher.h.
typedef std::vector<GEMDigi> GEMDigiContainer |
Definition at line 26 of file GEMDigiMatcher.h.
typedef std::vector<GEMDigiSimLink> GEMDigiSimLinkContainer |
Definition at line 25 of file GEMDigiMatcher.h.
typedef std::vector<GEMPadDigiCluster> GEMPadDigiClusterContainer |
Definition at line 28 of file GEMDigiMatcher.h.
typedef std::vector<GEMPadDigi> GEMPadDigiContainer |
Definition at line 27 of file GEMDigiMatcher.h.