CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
susybsm::MuonSegment Class Reference

#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
 

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.

16 {};

Member Function Documentation

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

Definition at line 31 of file MuonSegment.h.

References CSCSegmentRef_.

31 {return CSCSegmentRef_;}
CSCSegmentRef CSCSegmentRef_
Definition: MuonSegment.h:37
DTRecSegment4DRef susybsm::MuonSegment::getDTSegmentRef ( ) const
inline

Definition at line 30 of file MuonSegment.h.

References DTSegmentRef_.

30 {return DTSegmentRef_;}
DTRecSegment4DRef DTSegmentRef_
Definition: MuonSegment.h:36
GlobalPoint susybsm::MuonSegment::getGP ( ) const
inline

Definition at line 28 of file MuonSegment.h.

References gp.

28 {return gp;}
void susybsm::MuonSegment::setCSCSegmentRef ( const CSCSegmentRef  segment)
inline

Definition at line 24 of file MuonSegment.h.

References CSCSegmentRef_.

Referenced by MuonSegmentProducer::produce().

24 { CSCSegmentRef_ = segment;}
CSCSegmentRef CSCSegmentRef_
Definition: MuonSegment.h:37
void susybsm::MuonSegment::setDTSegmentRef ( const DTRecSegment4DRef  segment)
inline

Definition at line 23 of file MuonSegment.h.

References DTSegmentRef_.

Referenced by MuonSegmentProducer::produce().

23 { DTSegmentRef_ = segment;}
DTRecSegment4DRef DTSegmentRef_
Definition: MuonSegment.h:36
void susybsm::MuonSegment::setGP ( const GlobalPoint  point)
inline

Definition at line 26 of file MuonSegment.h.

References gp, and point.

Referenced by MuonSegmentProducer::produce().

26 { gp=point;}
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition: invegas.h:5

Member Data Documentation

CSCSegmentRef susybsm::MuonSegment::CSCSegmentRef_
private

Definition at line 37 of file MuonSegment.h.

Referenced by getCSCSegmentRef(), and setCSCSegmentRef().

DTRecSegment4DRef susybsm::MuonSegment::DTSegmentRef_
private

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.

Referenced by getGP(), and setGP().