CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CommonTools/TrackerMap/src/TmPsu.cc

Go to the documentation of this file.
00001 #include "CommonTools/TrackerMap/interface/TmPsu.h"
00002 #include "CommonTools/TrackerMap/interface/TmModule.h"
00003 #include <string>
00004 
00005 TmPsu::TmPsu(int dcs,int branch,int rack, int crate,int board){
00006   
00007   id=dcs*100000+branch*1000+crate*100+board;
00008   idex=rack*1000+crate*100+board;
00009   value=0;count=0;
00010   countHV2=0;
00011   countHV3=0;
00012   valueHV2=0;
00013   valueHV3=0;
00014   red = -1;
00015   redHV2 = -1;
00016   redHV3 = -1;
00017   text="";
00018   textHV2="";
00019   textHV3="";
00020 
00021 
00022 }
00023 
00024 TmPsu::~TmPsu(){
00025 }