Skip to content

Commit

Permalink
Fix the dependencies of DataFormats/TrackingRecHitSoA
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Jul 16, 2024
1 parent 8064263 commit 13e9f7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DataFormats/TrackingRecHitSoA/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<use name="alpaka"/>
<use name="rootcore"/>
<use name="eigen"/>
<use name="DataFormats/SiPixelClusterSoA"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/TrackerCommon" source_only="1"/>
<use name="DataFormats/SiPixelClusterSoA"/>
<use name="DataFormats/SoATemplate" source_only="1"/>
<use name="DataFormats/TrackerCommon" source_only="1"/>
<use name="Geometry/CommonTopologies" source_only="1"/>
<use name="HeterogeneousCore/AlpakaInterface"/>
<flags ALPAKA_BACKENDS="!serial"/>
<export>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#include "DataFormats/SoATemplate/interface/SoALayout.h"
#include "DataFormats/TrackingRecHitSoA/interface/SiPixelHitStatus.h"
#include "Geometry/CommonTopologies/interface/SimplePixelTopology.h"
#include "HeterogeneousCore/AlpakaInterface/interface/HistoContainer.h"
#include "RecoLocalTracker/SiPixelRecHits/interface/pixelCPEforDevice.h"

template <typename TrackerTraits>
struct TrackingRecHitSoA {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <alpaka/alpaka.hpp>

#include "DataFormats/Math/interface/approx_atan2.h"
#include "DataFormats/SiPixelClusterSoA/interface/ClusteringConstants.h"
#include "DataFormats/TrackingRecHitSoA/interface/TrackingRecHitsSoA.h"
#include "Geometry/CommonTopologies/interface/SimplePixelTopology.h"
#include "HeterogeneousCore/AlpakaInterface/interface/VecArray.h"
Expand Down

0 comments on commit 13e9f7b

Please sign in to comment.