Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc7 compilation warning(s) fix(es) in RecoGamma & RecoMuon #19904

Merged
merged 1 commit into from
Jul 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions RecoMuon/TrackingTools/src/MuonTrackLoader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ MuonTrackLoader::loadTracks(const TrajectoryContainer& trajectories,
reco::TrackRef::key_type trackUpdatedIndex = 0;

reco::TrackExtraRef::key_type trackExtraIndex = 0;
TrackingRecHitRef::key_type recHitsIndex = 0;

edm::Ref<reco::TrackCollection>::key_type iTkRef = 0;
edm::Ref< std::vector<Trajectory> >::key_type iTjRef = 0;
Expand Down Expand Up @@ -541,10 +540,8 @@ MuonTrackLoader::loadTracks(const TrajectoryContainer& trajectories,
event.getByToken(theBeamSpotToken,beamSpot);

reco::TrackRef::key_type trackIndex = 0;
// reco::TrackRef::key_type trackUpdatedIndex = 0;

reco::TrackExtraRef::key_type trackExtraIndex = 0;
TrackingRecHitRef::key_type recHitsIndex = 0;

edm::Ref<reco::TrackCollection>::key_type iTkRef = 0;
edm::Ref< std::vector<Trajectory> >::key_type iTjRef = 0;
Expand Down