CMS 3D CMS Logo

GEMGEBStatusDigi.cc
Go to the documentation of this file.
2 
4  uint16_t Vwh,
5  uint16_t ErrorC,
6  uint16_t OHCRC,
7  uint16_t Vwt,
8  uint8_t InputID,
9  uint8_t InFu,
10  uint8_t Stuckd,
11  std::vector<uint8_t> v_GEBflags) :
12  ZeroSup_(ZeroSup),
13  Vwh_(Vwh),
14  ErrorC_(ErrorC),
15  OHCRC_(OHCRC),
16  Vwt_(Vwt),
17  InputID_(InputID),
18  InFu_(InFu),
19  Stuckd_(Stuckd),
20  v_GEBflags_(v_GEBflags)
21 {};