CMS 3D CMS Logo

HelixFit.cc
Go to the documentation of this file.
2 #include "HelixFit.h"
3 
5  template <typename TrackerTraits>
7  tuples_ = &helix_fit_results.hitIndices();
8  tupleMultiplicity_ = tupleMultiplicity;
9  outputSoa_ = helix_fit_results;
10 
11  ALPAKA_ASSERT_ACC(tuples_);
12  ALPAKA_ASSERT_ACC(tupleMultiplicity_);
13  }
14 
15  template <typename TrackerTraits>
17 
18  template class HelixFit<pixelTopology::Phase1>;
19  template class HelixFit<pixelTopology::Phase2>;
21 } // namespace ALPAKA_ACCELERATOR_NAMESPACE
reco::TrackSoAView< TrackerTraits > OutputSoAView
Definition: HelixFit.h:62
TupleMultiplicity< TrackerTraits > const *__restrict__ tupleMultiplicity
void allocate(TupleMultiplicity const *tupleMultiplicity, OutputSoAView &helix_fit_results)
Definition: HelixFit.cc:6