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 theBX
 
int theQual
 

Detailed Description

Definition at line 37 of file DTLocalTriggerBaseTask.cc.

Constructor & Destructor Documentation

DTTPGCompareUnit::DTTPGCompareUnit ( )
inline

Definition at line 39 of file DTLocalTriggerBaseTask.cc.

DTTPGCompareUnit::~DTTPGCompareUnit ( )
inline

Definition at line 40 of file DTLocalTriggerBaseTask.cc.

40 {};

Member Function Documentation

int DTTPGCompareUnit::qualTM ( ) const
inline

Definition at line 47 of file DTLocalTriggerBaseTask.cc.

47 { return theQual; }
void DTTPGCompareUnit::setTM ( int  qual,
int  bx 
)
inline

Member Data Documentation

int DTTPGCompareUnit::theBX
private

Definition at line 51 of file DTLocalTriggerBaseTask.cc.

int DTTPGCompareUnit::theQual
private

Definition at line 50 of file DTLocalTriggerBaseTask.cc.