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 
12  int id = 0;
13 
14  // This is ONLY for Slice Test Nov-2005 and onwards...
15 
16  id = vmecrate * 16 + dmb;
17 
18  // LogDebug("CSC") << " hardware id for endcap " << endcap <<
19  // " station " << station << " vmecrate " << vmecrate << " dmb slot " << dmb <<
20  // " tmb slot " << tmb << " = " << id;
21  return id;
22 }
~CSCReadoutMappingForSliceTest() override
Destructor.
int hwId(int endcap, int station, int vme, int dmb, int tmb) const override