CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TMuonBarrelParams.cc
Go to the documentation of this file.
2 
4  pnodes_(NUM_BMTF_PARAM_NODES),
5  l1mudttfparams_(1),
6  l1mudttfmasks_(1)
7 {
8  pnodes_[CONFIG].sparams_.clear();
9  pnodes_[CONFIG].iparams_.resize(NUM_CONFIG_PARAMS);
11 }
12 
13 void L1TMuonBarrelParams::print(std::ostream& out) const {
14 
15  out << "L1 BMTF Parameters" << std::endl;
16 
17  out << "Firmware version: " << fwVersion_ << std::endl;
18 }
void print(std::ostream &) const
std::vector< Node > pnodes_