Skip to content

Commit

Permalink
default to invalidDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 committed Oct 24, 2021
1 parent 61a6537 commit 92f1195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/TrajectorySeed/interface/TrajectorySeed.h
Expand Up @@ -59,7 +59,7 @@ class TrajectorySeed {
private:
RecHitContainer hits_;
PTrajectoryStateOnDet tsos_;
PropagationDirection dir_ = oppositeToMomentum; // = 0
PropagationDirection dir_ = invalidDirection;
};

inline void swap(TrajectorySeed& rh, TrajectorySeed& lh) noexcept { rh.swap(lh); }
Expand Down

0 comments on commit 92f1195

Please sign in to comment.