Go to the documentation of this file.
13 #ifndef L1CSCTrackFinder_TrackStub_h
14 #define L1CSCTrackFinder_TrackStub_h
54 unsigned cscid()
const;
double phiValue() const
return the Phi Value of this stub's position in local coordinates.
bool operator!=(const TrackStub &rhs) const
unsigned phiPacked() const
Return the binned phi for this stub.
bool operator<(const TrackStub &) const
void setEtaPacked(const unsigned &eta_)
set Eta and Phi from integer values.
bool operator>(const TrackStub &) const
Comparision Operators, used for MPC sorting.
bool operator==(const TrackStub &rhs) const
bool operator<=(const TrackStub &rhs) const
unsigned cscidSeparateME1a() const
bool operator>=(const TrackStub &rhs) const
static const double thePhiBinning
double etaValue() const
return the Eta Value of this stub's position.
static const double theEtaBinning
const static double minEta
void setPhiPacked(const unsigned &phi_)
unsigned subsector() const
unsigned etaPacked() const
Return the binned eta for this stub.
const CSCCorrelatedLCTDigi * getDigi() const
Get the digi this stub was made from.