CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
DTTPGCompareUnit Class Reference

Public Member Functions

 DTTPGCompareUnit ()
 
int qualTM () const
 
void setTM (int qual, int bx)
 
 ~DTTPGCompareUnit ()
 

Private Attributes

int m_BX
 
int m_qual
 

Detailed Description

Definition at line 36 of file DTLocalTriggerBaseTask.cc.

Constructor & Destructor Documentation

◆ DTTPGCompareUnit()

DTTPGCompareUnit::DTTPGCompareUnit ( )
inline

Definition at line 38 of file DTLocalTriggerBaseTask.cc.

◆ ~DTTPGCompareUnit()

DTTPGCompareUnit::~DTTPGCompareUnit ( )
inline

Definition at line 39 of file DTLocalTriggerBaseTask.cc.

39 {};

Member Function Documentation

◆ qualTM()

int DTTPGCompareUnit::qualTM ( ) const
inline

Definition at line 46 of file DTLocalTriggerBaseTask.cc.

46 { return m_qual; }

◆ setTM()

void DTTPGCompareUnit::setTM ( int  qual,
int  bx 
)
inline

Definition at line 41 of file DTLocalTriggerBaseTask.cc.

References simKBmtfDigis_cfi::bx.

Member Data Documentation

◆ m_BX

int DTTPGCompareUnit::m_BX
private

Definition at line 50 of file DTLocalTriggerBaseTask.cc.

◆ m_qual

int DTTPGCompareUnit::m_qual
private

Definition at line 49 of file DTLocalTriggerBaseTask.cc.