CMS 3D CMS Logo

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