CMS 3D CMS Logo

TmApvPair.cc

Go to the documentation of this file.
00001 #include "CommonTools/TrackerMap/interface/TmApvPair.h"
00002 #include "CommonTools/TrackerMap/interface/TmModule.h"
00003 #include <string>
00004 using namespace std;
00005 
00006 TmApvPair::TmApvPair(int connId,int crate){
00007   idex=connId;
00008   this->crate=crate;
00009   value=0;count=0;
00010   red = -1;
00011   text="";
00012 }
00013 
00014 TmApvPair::~TmApvPair(){
00015 }
00016 

Generated on Tue Jun 9 17:26:03 2009 for CMSSW by  doxygen 1.5.4