CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/CommonTools/TrackerMap/src/TmCcu.cc

Go to the documentation of this file.
00001 #include "CommonTools/TrackerMap/interface/TmCcu.h"
00002 #include "CommonTools/TrackerMap/interface/TmModule.h"
00003 #include <string>
00004 
00005 TmCcu::TmCcu(int crate,int slot,int ring, int addr){
00006   idex=crate*10000000+slot*100000+ring*1000+addr;
00007   this->crate=crate;
00008   value=0;count=0;
00009   red = -1;
00010   text="";
00011   nmod=0;
00012   cmodid="";
00013   layer=0;
00014 }
00015 
00016 TmCcu::~TmCcu(){
00017 }
00018