Main Page
Namespaces
Classes
Package Documentation
DataFormats
MuonReco
interface
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
{
7
class
MuonRPCHitMatch
{
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
}
16
17
#endif
reco::MuonRPCHitMatch::bx
int bx
Definition:
MuonRPCHitMatch.h:11
reco::MuonRPCHitMatch::MuonRPCHitMatch
MuonRPCHitMatch()
Definition:
MuonRPCHitMatch.h:13
reco::MuonRPCHitMatch::mask
unsigned int mask
Definition:
MuonRPCHitMatch.h:10
reco::MuonRPCHitMatch::x
float x
Definition:
MuonRPCHitMatch.h:9
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
reco::MuonRPCHitMatch
Definition:
MuonRPCHitMatch.h:7
Generated for CMSSW Reference Manual by
1.8.11