test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESKCHIPBlock.cc
Go to the documentation of this file.
2 
4 {
5  kId_ = -1;
6  dccId_ = -1;
7  fedId_ = -1;
8  fiberId_ = -1;
9  BC_ = -1;
10  EC_ = -1;
11  OptoBC_ = -1;
12  OptoEC_ = -1;
13  flag1_ = -1;
14  flag2_ = -1;
15  CRC_ = -1;
16 
17 }
18 
20 {
21  kId_ = kId;
22  dccId_ = -1;
23  fedId_ = -1;
24  fiberId_ = -1;
25  BC_ = -1;
26  EC_ = -1;
27  OptoBC_ = -1;
28  OptoEC_ = -1;
29  flag1_ = -1;
30  flag2_ = -1;
31  CRC_ = -1;
32 }