Skip to content

Commit

Permalink
code-check
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 authored and mmusich committed Apr 28, 2023
1 parent 9238cf8 commit 507b927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TrackingTools/GsfTracking/src/GsfMultiStateUpdator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@

TrajectoryStateOnSurface GsfMultiStateUpdator::update(const TrajectoryStateOnSurface& tsos,
const TrackingRecHit& aRecHit) const {

if (!tsos.isValid()) {
edm::LogError("GsfMultiStateUpdator") << "Trying to update trajectory state with invalid TSOS! ";
return TrajectoryStateOnSurface();
}

GetComponents comps(tsos);
auto const& predictedComponents = comps();
if (predictedComponents.empty()) {
Expand Down

0 comments on commit 507b927

Please sign in to comment.