CMS 3D CMS Logo

L1TTwinMuxParams.cc
Go to the documentation of this file.
2 
4  pnodes_(NUM_TM_PARAM_NODES)
5 {
6  //pnodes_[CONFIG].sparams_.clear();
7  pnodes_[CONFIG].iparams_.resize(NUM_CONFIG_PARAMS);
9 }
10 
11 void L1TTwinMuxParams::print(std::ostream& out) const {
12 
13  out << "L1 TwinMux Parameters" << std::endl;
14 
15  out << "Firmware version: " << fwVersion_ << std::endl;
16 }
std::vector< Node > pnodes_
void print(std::ostream &) const