CMS 3D CMS Logo

MuonRPCHitMatch.h
Go to the documentation of this file.
1 #ifndef MuonReco_MuonRPCHitMatch_h
2 #define MuonReco_MuonRPCHitMatch_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  MuonRPCHitMatch() : x(0), mask(0), bx(0) {}
14  };
15 } // namespace reco
16 
17 #endif
reco::MuonRPCHitMatch::MuonRPCHitMatch
MuonRPCHitMatch()
Definition: MuonRPCHitMatch.h:13
reco::MuonRPCHitMatch::bx
int bx
Definition: MuonRPCHitMatch.h:11
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::MuonRPCHitMatch::x
float x
Definition: MuonRPCHitMatch.h:9
reco::MuonRPCHitMatch::mask
unsigned int mask
Definition: MuonRPCHitMatch.h:10
reco::MuonRPCHitMatch
Definition: MuonRPCHitMatch.h:7