Skip to content

Commit

Permalink
Silent compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rovere committed Oct 6, 2021
1 parent 885aff2 commit 02e8168
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Fireworks/Calo/plugins/FWTracksterHitsProxyBuilder.cc
Expand Up @@ -144,8 +144,6 @@ void FWTracksterHitsProxyBuilder::build(const ticl::Trackster &iData,
const int layer = parameters[1];
const int zside = parameters[2];
const bool isSilicon = parameters[3];
const int siliconIndex = parameters[4];
const int lastLayerEE = parameters[5];

// discard everything that's not at the side that we are intersted in
auto const z_selection_is_on = z_plus_ ^ z_minus_;
Expand Down
2 changes: 0 additions & 2 deletions Fireworks/Calo/plugins/FWTracksterLayersProxyBuilder.cc
Expand Up @@ -123,8 +123,6 @@ void FWTracksterLayersProxyBuilder::build(const ticl::Trackster &iData,
const int layer = parameters[1];
const int zside = parameters[2];
const bool isSilicon = parameters[3];
const int siliconIndex = parameters[4];
const int lastLayerEE = parameters[5];

auto const z_selection_is_on = z_plus_ ^ z_minus_;
auto const z_plus_selection_ok = z_plus_ && (zside == 1);
Expand Down

0 comments on commit 02e8168

Please sign in to comment.