Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFSchulte committed Apr 20, 2017
1 parent d681436 commit f92a8df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ void PixelTrackProducer::store(edm::Event& ev, const TracksWithTTRHs& tracksWith
reco::TrackExtra::Chi2sFive chi2s;
for (unsigned int i = 0; i < nHits; ++i){
chi2s.push_back(0);
trajParams.push_back(LocalTrajectoryParameters(v,1.));
trajParams.push_back(LocalTrajectoryParameters(v,1.));
}
theTrackExtra.setTrajParams(std::move(trajParams),std::move(chi2s));
trackExtras->push_back(theTrackExtra);
Expand Down

0 comments on commit f92a8df

Please sign in to comment.