Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
panoskatsoulis committed Jul 27, 2021
1 parent 063e451 commit 18bc00e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CondFormats/L1TObjects/src/L1TMuonBarrelKalmanParams.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#include "CondFormats/L1TObjects/interface/L1TMuonBarrelKalmanParams.h"

L1TMuonBarrelKalmanParams::L1TMuonBarrelKalmanParams()
: pnodes_(NUM_BMTF_PARAM_NODES),
l1mudttfmasks_(1)
{
L1TMuonBarrelKalmanParams::L1TMuonBarrelKalmanParams() : pnodes_(NUM_BMTF_PARAM_NODES), l1mudttfmasks_(1) {
version_ = Version;
pnodes_[CONFIG].type_ = "unspecified";
pnodes_[CONFIG].fwVersion_ = 0; //default to recognize a RCD that is not filled
Expand Down

0 comments on commit 18bc00e

Please sign in to comment.