Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:47:15

0001 #include "CondFormats/L1TObjects/interface/L1TMuonBarrelParams.h"
0002 
0003 L1TMuonBarrelParams::L1TMuonBarrelParams() : pnodes_(NUM_BMTF_PARAM_NODES), l1mudttfparams_(1), l1mudttfmasks_(1) {
0004   pnodes_[CONFIG].sparams_.clear();
0005   pnodes_[CONFIG].iparams_.resize(NUM_CONFIG_PARAMS);
0006   version_ = Version;
0007   fwVersion_ = 0;
0008 }