Skip to content

Commit

Permalink
Merge pull request cms-sw#22 from missirol/merge_all_Pixel_Alpaka_Mig…
Browse files Browse the repository at this point in the history
…ration_PRs

remove `onGPU_` member from `caHitNtupletGenerator::AlgoParams`
  • Loading branch information
borzari committed Jun 28, 2023
2 parents 6de704b + 690805e commit e289d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -43,8 +43,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {

//Common Params
AlgoParams makeCommonParams(edm::ParameterSet const& cfg) {
return AlgoParams({cfg.getParameter<bool>("onGPU"),
cfg.getParameter<unsigned int>("minHitsForSharingCut"),
return AlgoParams({cfg.getParameter<unsigned int>("minHitsForSharingCut"),
cfg.getParameter<bool>("useRiemannFit"),
cfg.getParameter<bool>("fitNas4"),
cfg.getParameter<bool>("includeJumpingForwardDoublets"),
Expand Down
Expand Up @@ -23,7 +23,6 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {

//Configuration params common to all topologies, for the algorithms
struct AlgoParams {
const bool onGPU_;
const uint32_t minHitsForSharingCut_;
const bool useRiemannFit_;
const bool fitNas4_;
Expand Down

0 comments on commit e289d31

Please sign in to comment.