File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TrackingTools/TrajectoryParametrization/interface Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class PerigeeTrajectoryError {
2020 PerigeeTrajectoryError(AlgebraicSymMatrix aPerigeeError):
2121 thePerigeeError(asSMatrix<5>(aPerigeeError)), weightIsAvailable(false) {}
2222 */
23- PerigeeTrajectoryError (const AlgebraicSymMatrix55 &aPerigeeError)
23+ explicit PerigeeTrajectoryError (const AlgebraicSymMatrix55 &aPerigeeError)
2424 : thePerigeeError(aPerigeeError), weightIsAvailable(false ) {}
2525
2626 /* *
@@ -71,6 +71,6 @@ class PerigeeTrajectoryError {
7171 AlgebraicSymMatrix55 thePerigeeError;
7272 mutable AlgebraicSymMatrix55 thePerigeeWeight;
7373 mutable int inverseError;
74- mutable bool weightIsAvailable;
74+ mutable bool weightIsAvailable = false ;
7575};
7676#endif
You can’t perform that action at this time.
0 commit comments