![]() |
![]() |
#include <MuonSegment.h>
Public Member Functions | |
CSCSegmentRef | getCSCSegmentRef () const |
DTRecSegment4DRef | getDTSegmentRef () const |
GlobalPoint | getGP () const |
MuonSegment () | |
void | setCSCSegmentRef (const CSCSegmentRef segment) |
void | setDTSegmentRef (const DTRecSegment4DRef segment) |
void | setGP (const GlobalPoint point) |
Private Attributes | |
CSCSegmentRef | CSCSegmentRef_ |
DTRecSegment4DRef | DTSegmentRef_ |
GlobalPoint | gp |
Definition at line 13 of file MuonSegment.h.
susybsm::MuonSegment::MuonSegment | ( | ) | [inline] |
Definition at line 16 of file MuonSegment.h.
{};
CSCSegmentRef susybsm::MuonSegment::getCSCSegmentRef | ( | ) | const [inline] |
DTRecSegment4DRef susybsm::MuonSegment::getDTSegmentRef | ( | ) | const [inline] |
GlobalPoint susybsm::MuonSegment::getGP | ( | ) | const [inline] |
void susybsm::MuonSegment::setCSCSegmentRef | ( | const CSCSegmentRef | segment | ) | [inline] |
Definition at line 24 of file MuonSegment.h.
References CSCSegmentRef_.
{ CSCSegmentRef_ = segment;}
void susybsm::MuonSegment::setDTSegmentRef | ( | const DTRecSegment4DRef | segment | ) | [inline] |
void susybsm::MuonSegment::setGP | ( | const GlobalPoint | point | ) | [inline] |
Definition at line 37 of file MuonSegment.h.
Referenced by getCSCSegmentRef(), and setCSCSegmentRef().
Definition at line 36 of file MuonSegment.h.
Referenced by getDTSegmentRef(), and setDTSegmentRef().
GlobalPoint susybsm::MuonSegment::gp [private] |
Definition at line 34 of file MuonSegment.h.