CMS 3D CMS Logo

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

#include <EmulatorClasses.h>

Public Member Functions

int BXGroup ()
 
int Rank ()
 
void SetBXGroup (int bxgroup)
 
void SetRank (int rank)
 
void SetValues (int rank, int strip)
 
int Strip ()
 
 Winner ()
 

Private Attributes

int _bxgroup
 
int _rank
 
int _strip
 

Detailed Description

Definition at line 90 of file EmulatorClasses.h.

Constructor & Destructor Documentation

Winner::Winner ( )
inline

Definition at line 94 of file EmulatorClasses.h.

References ConvertedHit::_strip.

94 {_rank = 0;_strip = 0;};

Member Function Documentation

int Winner::BXGroup ( )
inline

Definition at line 98 of file EmulatorClasses.h.

98 {return _bxgroup;}
int Winner::Rank ( )
inline

Definition at line 96 of file EmulatorClasses.h.

Referenced by BestTracks(), SortSect(), and SortSector().

96 {return _rank;}
void Winner::SetBXGroup ( int  bxgroup)
inline

Definition at line 108 of file EmulatorClasses.h.

Referenced by SortSect(), and SortSector().

108  {
109  _bxgroup = bxgroup;
110  }
void Winner::SetRank ( int  rank)
inline

Definition at line 104 of file EmulatorClasses.h.

Referenced by Deltas().

104  {
105  _rank = rank;
106  }
void Winner::SetValues ( int  rank,
int  strip 
)
inline

Definition at line 100 of file EmulatorClasses.h.

References ConvertedHit::_strip, and digi_MixPreMix_cfi::strip.

Referenced by SortSect(), and SortSector().

100  {
101  _rank = rank;
102  _strip = strip;
103  }
int Winner::Strip ( )
inline

Definition at line 97 of file EmulatorClasses.h.

References ConvertedHit::_strip.

Referenced by SortSect(), and SortSector().

97 {return _strip;}

Member Data Documentation

int Winner::_bxgroup
private

Definition at line 113 of file EmulatorClasses.h.

int Winner::_rank
private

Definition at line 113 of file EmulatorClasses.h.

int Winner::_strip
private

Definition at line 113 of file EmulatorClasses.h.