CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
trklet::DR::Stub Struct Reference

Public Member Functions

bool operator== (const Stub &s) const
 
 Stub (const tt::FrameStub &frame, int stubId, int channel)
 

Public Attributes

int channel_
 
tt::FrameStub frame_
 
int stubId_
 

Detailed Description

Definition at line 36 of file DR.h.

Constructor & Destructor Documentation

◆ Stub()

trklet::DR::Stub::Stub ( const tt::FrameStub frame,
int  stubId,
int  channel 
)
inline

Definition at line 37 of file DR.h.

37 : frame_(frame), stubId_(stubId), channel_(channel) {}
int stubId_
Definition: DR.h:41
int channel_
Definition: DR.h:43
tt::FrameStub frame_
Definition: DR.h:39

Member Function Documentation

◆ operator==()

bool trklet::DR::Stub::operator== ( const Stub s) const
inline

Definition at line 38 of file DR.h.

References alignCSCRings::s, and stubId_.

38 { return s.stubId_ == stubId_; }
int stubId_
Definition: DR.h:41

Member Data Documentation

◆ channel_

int trklet::DR::Stub::channel_

Definition at line 43 of file DR.h.

Referenced by trklet::DR::produce().

◆ frame_

tt::FrameStub trklet::DR::Stub::frame_

Definition at line 39 of file DR.h.

Referenced by trklet::DR::produce().

◆ stubId_

int trklet::DR::Stub::stubId_

Definition at line 41 of file DR.h.

Referenced by operator==().