CMS 3D CMS Logo

Public Member Functions | Private Attributes

susybsm::MuonSegment Class Reference

#include <MuonSegment.h>

List of all members.

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

Detailed Description

Definition at line 13 of file MuonSegment.h.


Constructor & Destructor Documentation

susybsm::MuonSegment::MuonSegment ( ) [inline]

Definition at line 16 of file MuonSegment.h.

{};

Member Function Documentation

CSCSegmentRef susybsm::MuonSegment::getCSCSegmentRef ( ) const [inline]

Definition at line 31 of file MuonSegment.h.

References CSCSegmentRef_.

{return CSCSegmentRef_;}
DTRecSegment4DRef susybsm::MuonSegment::getDTSegmentRef ( ) const [inline]

Definition at line 30 of file MuonSegment.h.

References DTSegmentRef_.

{return DTSegmentRef_;}
GlobalPoint susybsm::MuonSegment::getGP ( ) const [inline]

Definition at line 28 of file MuonSegment.h.

References gp.

{return gp;}
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]

Definition at line 23 of file MuonSegment.h.

References DTSegmentRef_.

{ DTSegmentRef_ = segment;}
void susybsm::MuonSegment::setGP ( const GlobalPoint  point) [inline]

Definition at line 26 of file MuonSegment.h.

References gp, and point.

{ gp=point;}

Member Data Documentation

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().

Definition at line 34 of file MuonSegment.h.

Referenced by getGP(), and setGP().