Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:13

0001 #include "CommonTools/TrackerMap/interface/TmApvPair.h"
0002 #include "CommonTools/TrackerMap/interface/TmModule.h"
0003 #include <string>
0004 
0005 TmApvPair::TmApvPair(int connId, int crate) {
0006   idex = connId;
0007   this->crate = crate;
0008   value = 0;
0009   count = 0;
0010   red = -1;
0011   text = "";
0012 }
0013 
0014 TmApvPair::~TmApvPair() {}