src
DataFormats
MuonReco
interface
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
{
7
class
MuonGEMHitMatch
{
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
reco::MuonGEMHitMatch::bx
int bx
Definition:
MuonGEMHitMatch.h:11
reco::MuonGEMHitMatch::x
float x
Definition:
MuonGEMHitMatch.h:9
reco::MuonGEMHitMatch::mask
unsigned int mask
Definition:
MuonGEMHitMatch.h:10
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::MuonGEMHitMatch
Definition:
MuonGEMHitMatch.h:7
reco::MuonGEMHitMatch::MuonGEMHitMatch
MuonGEMHitMatch()
Definition:
MuonGEMHitMatch.h:13
Generated for CMSSW Reference Manual by
1.8.14