Skip to content

Commit

Permalink
cleaning up TrackingTools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrondol committed Jun 11, 2014
1 parent 87f7af2 commit ffeec43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion TrackingTools/KalmanUpdators/src/KFUpdator.cc
Expand Up @@ -113,7 +113,6 @@ TrajectoryStateOnSurface KFUpdator::update(const TrajectoryStateOnSurface& tsos,

MeasurementExtractor me(tsos);

typedef typename AlgebraicROOTObject<D,5>::Matrix MatD5;
AlgebraicVector5 x = tsos.localParameters().vector();
const AlgebraicSymMatrix55 &C = (tsos.localError().matrix());
// Measurement matrix
Expand Down
2 changes: 1 addition & 1 deletion TrackingTools/PatternTools/BuildFile.xml
Expand Up @@ -3,10 +3,10 @@
<use name="DataFormats/GeometrySurface"/>
<use name="DataFormats/GeometryVector"/>
<use name="DataFormats/TrackReco"/>
<use name="DataFormats/TrackerRecHit2D"/>
<use name="FWCore/MessageLogger"/>
<use name="FWCore/Utilities"/>
<use name="Geometry/CommonDetUnit"/>
<use name="RecoTracker/TransientTrackingRecHit"/>
<use name="TrackingTools/AnalyticalJacobians"/>
<use name="TrackingTools/GeomPropagators"/>
<use name="TrackingTools/TrajectoryParametrization"/>
Expand Down

0 comments on commit ffeec43

Please sign in to comment.