CMS 3D CMS Logo

Public Member Functions | Public Attributes

TmApvPair Class Reference

#include <TmApvPair.h>

List of all members.

Public Member Functions

int getFedCh ()
int getFedId ()
 TmApvPair (int ident, int crate)
 ~TmApvPair ()

Public Attributes

int blue
int count
int crate
int green
int idex
TmModulemod
int mpos
int red
std::string text
float value

Detailed Description

Definition at line 6 of file TmApvPair.h.


Constructor & Destructor Documentation

TmApvPair::TmApvPair ( int  ident,
int  crate 
)

Definition at line 5 of file TmApvPair.cc.

References count, crate, idex, red, text, and value.

                                        {
  idex=connId;
  this->crate=crate;
  value=0;count=0;
  red = -1;
  text="";
}
TmApvPair::~TmApvPair ( )

Definition at line 13 of file TmApvPair.cc.

                     {
}

Member Function Documentation

int TmApvPair::getFedCh ( ) [inline]

Definition at line 18 of file TmApvPair.h.

References idex.

Referenced by TrackerMap::drawApvPair(), TrackerMap::printall(), TrackerMap::printonline(), and TrackerMap::TrackerMap().

{int res = (int) (idex/1000); return idex - res*1000;}
int TmApvPair::getFedId ( ) [inline]

Definition at line 19 of file TmApvPair.h.

References idex.

Referenced by TrackerMap::drawApvPair(), TrackerMap::printall(), TrackerMap::printonline(), and TrackerMap::TrackerMap().

{int res = (int) (idex/1000); return  res;}

Member Data Documentation

Definition at line 10 of file TmApvPair.h.

Referenced by TrackerMap::drawApvPair(), and TrackerMap::fillc_fed_channel().

Definition at line 15 of file TmApvPair.h.

Referenced by TmApvPair(), and TrackerMap::TrackerMap().

Definition at line 10 of file TmApvPair.h.

Referenced by TrackerMap::drawApvPair(), and TrackerMap::fillc_fed_channel().

Definition at line 17 of file TmApvPair.h.

Referenced by TrackerMap::save_as_fedtrackermap(), and TrackerMap::TrackerMap().

std::string TmApvPair::text