CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CommonTools/TrackerMap/src/TmModule.cc

Go to the documentation of this file.
00001 #include "CommonTools/TrackerMap/interface/TmModule.h"
00002 #include <string>
00003 
00004 TmModule::TmModule(int idc, int ring, int layer){
00005   idModule = idc;
00006   this->ring=ring;
00007   this->layer = layer;
00008   this->text="";
00009  notused=true;
00010  histNumber=0;
00011  red=-1;
00012  capvids="";
00013  CcuId=0;
00014  HVchannel=2;
00015 }
00016 TmModule::~TmModule(){
00017 }