diff --git a/L1Trigger/TrackFindingTracklet/interface/Settings.h b/L1Trigger/TrackFindingTracklet/interface/Settings.h index b696f37846cb2..77be4324041f9 100644 --- a/L1Trigger/TrackFindingTracklet/interface/Settings.h +++ b/L1Trigger/TrackFindingTracklet/interface/Settings.h @@ -1051,11 +1051,13 @@ namespace trklet { // All layers, disks disabled by default, also is overwritten by above duplicateMPs bool // EqualProjBalancing is for layers for which the projections to each duplicated MP are split in half sequentially - std::array layersDisksDuplicatedEqualProjBalance_{{false, false, false, false, false, false, false, false, false, false, false}}; + std::array layersDisksDuplicatedEqualProjBalance_{ + {false, false, false, false, false, false, false, false, false, false, false}}; // Weighted proj balancing is for specifically L4, L5 where the split of the projections is weighted to account for // Higher occupancy in the L1L2 seed to minimize truncation - std::array layersDisksDuplicatedWeightedProjBalance_{{false, false, false, false, false, false, false, false, false, false, false}}; + std::array layersDisksDuplicatedWeightedProjBalance_{ + {false, false, false, false, false, false, false, false, false, false, false}}; // Example use where for L3, L4, L5, D2, D3, the layers/disks where truncation is worst //std::array layersDisksDuplicatedEqualProjBalance_{{0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0}};