CMS 3D CMS Logo

CSCReadoutMappingForSliceTest.cc
Go to the documentation of this file.
2 #include <iostream>
3 #include <fstream>
4 #include <sstream>
5 
7 
9 
10 int CSCReadoutMappingForSliceTest::hwId(int endcap, int station, int vmecrate, int dmb, int tmb) const {
11  int id = 0;
12 
13  // This is ONLY for Slice Test Nov-2005 and onwards...
14 
15  id = vmecrate * 16 + dmb;
16 
17  // LogDebug("CSC") << " hardware id for endcap " << endcap <<
18  // " station " << station << " vmecrate " << vmecrate << " dmb slot " << dmb <<
19  // " tmb slot " << tmb << " = " << id;
20  return id;
21 }
int hwId(int endcap, int station, int vme, int dmb, int tmb) const override
~CSCReadoutMappingForSliceTest() override
Destructor.