![]() |
|
|||
File indexing completed on 2023-10-25 09:37:18
0001 #include "CondFormats/L1TObjects/interface/L1TTwinMuxParams.h" 0002 0003 L1TTwinMuxParams::L1TTwinMuxParams() : pnodes_(NUM_TM_PARAM_NODES) { 0004 //pnodes_[CONFIG].sparams_.clear(); 0005 pnodes_[CONFIG].iparams_.resize(NUM_CONFIG_PARAMS); 0006 version_ = Version; 0007 } 0008 0009 void L1TTwinMuxParams::print(std::ostream& out) const { 0010 out << "L1 TwinMux Parameters" << std::endl; 0011 0012 out << "Firmware version: " << fwVersion_ << std::endl; 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |