#include <GEMCSCLCTDigi.h>
Public Member Functions | |
GEMCSCLCTDigi (const CSCCorrelatedLCTDigi, float) | |
Constructors. More... | |
GEMCSCLCTDigi () | |
Default. More... | |
int | getBend () const |
return bend More... | |
const CSCCorrelatedLCTDigi & | getDigi () const |
default More... | |
bool | operator!= (const GEMCSCLCTDigi &rhs) const |
bool | operator== (const GEMCSCLCTDigi &) const |
Comparison. More... | |
Private Attributes | |
float | bend_ |
CSCCorrelatedLCTDigi | digi_ |
Definition at line 8 of file GEMCSCLCTDigi.h.
GEMCSCLCTDigi::GEMCSCLCTDigi | ( | const CSCCorrelatedLCTDigi | digi, |
float | bend | ||
) |
GEMCSCLCTDigi::GEMCSCLCTDigi | ( | ) |
|
inline |
return bend
Definition at line 20 of file GEMCSCLCTDigi.h.
References bend_.
Referenced by operator==().
|
inline |
default
return track number
Definition at line 17 of file GEMCSCLCTDigi.h.
References digi_.
Referenced by operator==().
|
inline |
Definition at line 24 of file GEMCSCLCTDigi.h.
References operator==().
bool GEMCSCLCTDigi::operator== | ( | const GEMCSCLCTDigi & | rhs | ) | const |
Comparison.
Definition at line 16 of file GEMCSCLCTDigi.cc.
References bend_, digi_, getBend(), and getDigi().
Referenced by operator!=().
|
private |
Definition at line 29 of file GEMCSCLCTDigi.h.
Referenced by getBend(), and operator==().
|
private |
Definition at line 28 of file GEMCSCLCTDigi.h.
Referenced by getDigi(), and operator==().