CMS 3D CMS Logo

TmModule.cc

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

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