Skip to content

Commit

Permalink
Merge pull request #23350 from mrodozov/fix-hdrs-TrackPropagation/Run…
Browse files Browse the repository at this point in the history
…geKutta-pkg2

fix headers TrackPropagation/RungeKutta
  • Loading branch information
cmsbuild committed May 28, 2018
2 parents 966e99b + fc9c28d commit 1956a72
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions TrackPropagation/RungeKutta/src/CartesianStateAdaptor.h
@@ -1,6 +1,9 @@
#ifndef CartesianStateAdaptor_H
#define CartesianStateAdaptor_H

#include "RKSmallVector.h"
#include "DataFormats/GeometryVector/interface/Basic3DVector.h"

class dso_internal CartesianStateAdaptor {
public:

Expand Down
2 changes: 2 additions & 0 deletions TrackPropagation/RungeKutta/src/CylindricalState.h
@@ -1,6 +1,8 @@
#ifndef CylindricalState_H
#define CylindricalState_H

#include "DataFormats/GeometryVector/interface/LocalPoint.h"
#include "DataFormats/GeometryVector/interface/LocalVector.h"
#include "FWCore/Utilities/interface/Visibility.h"
#include "RKSmallVector.h"

Expand Down
2 changes: 1 addition & 1 deletion TrackPropagation/RungeKutta/src/RKCartesianDerivative.h
@@ -1,7 +1,7 @@
#ifndef RKCartesianDerivative_H
#define RKCartesianDerivative_H

class CartesianState;
#include "CartesianState.h"

class dso_internal RKCartesianDerivative {
public:
Expand Down
1 change: 1 addition & 0 deletions TrackPropagation/RungeKutta/src/RKCartesianDistance.h
Expand Up @@ -2,6 +2,7 @@
#define RKCartesianDistance_H

#include "FWCore/Utilities/interface/Visibility.h"
#include "DataFormats/GeometryVector/interface/Basic3DVector.h"
#include "RKDistance.h"
#include "RKSmallVector.h"
#include "CartesianStateAdaptor.h"
Expand Down
1 change: 1 addition & 0 deletions TrackPropagation/RungeKutta/src/RKCurvilinearDistance.h
@@ -1,6 +1,7 @@
#ifndef RKCurvilinearDistance_H
#define RKCurvilinearDistance_H

#include "DataFormats/GeometryVector/interface/Basic3DVector.h"
#include "FWCore/Utilities/interface/Visibility.h"
#include "RKDistance.h"
#include "RKSmallVector.h"
Expand Down
1 change: 1 addition & 0 deletions TrackPropagation/RungeKutta/src/RKOne4OrderStep.h
Expand Up @@ -2,6 +2,7 @@
#define RKOne4OrderStep_H

#include "FWCore/Utilities/interface/Visibility.h"
#include "RKDistance.h"
#include "RK4OneStepTempl.h"

#include <utility>
Expand Down

0 comments on commit 1956a72

Please sign in to comment.