Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:24

0001 #include "CondFormats/L1TObjects/interface/L1TMuonBarrelKalmanParams.h"
0002 
0003 L1TMuonBarrelKalmanParams::L1TMuonBarrelKalmanParams() : pnodes_(NUM_BMTF_PARAM_NODES), l1mudttfmasks_(1) {
0004   version_ = Version;
0005   pnodes_[CONFIG].type_ = "unspecified";
0006   pnodes_[CONFIG].fwVersion_ = 0;  //default to recognize a RCD that is not filled
0007 }