CMS 3D CMS Logo

MuonGEMHitMatch.h
Go to the documentation of this file.
1 #ifndef MuonReco_MuonGEMHitMatch_h
2 #define MuonReco_MuonGEMHitMatch_h
3 
4 #include <cmath>
5 
6 namespace reco {
8  public:
9  float x; // X position of the matched segment
10  unsigned int mask; // arbitration mask
11  int bx; // bunch crossing
12 
13  MuonGEMHitMatch() : x(0), mask(0), bx(0) {}
14  };
15 } // namespace reco
16 
17 #endif
fixed size matrix