CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/CommonTools/TrackerMap/src/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 
00005 TmApvPair::TmApvPair(int connId,int crate){
00006   idex=connId;
00007   this->crate=crate;
00008   value=0;count=0;
00009   red = -1;
00010   text="";
00011 }
00012 
00013 TmApvPair::~TmApvPair(){
00014 }
00015