Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SeedFinder.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SeedFinder.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2020 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
9
#pragma once
10
11
#include "
Acts/Plugins/Cuda/Cuda.hpp
"
12
#include "Acts/Plugins/Cuda/Seeding/Kernels.cuh"
13
#include "
Acts/Seeding/InternalSeed.hpp
"
14
#include "
Acts/Seeding/InternalSpacePoint.hpp
"
15
#include "
Acts/Seeding/SeedFilter.hpp
"
16
#include "
Acts/Seeding/SeedFinder.hpp
"
17
#include "
Acts/Seeding/SeedFinderConfig.hpp
"
18
#include "
Acts/Seeding/SpacePointGrid.hpp
"
19
20
#include <array>
21
#include <list>
22
#include <map>
23
#include <memory>
24
#include <set>
25
#include <string>
26
#include <utility>
27
#include <vector>
28
29
namespace
Acts {
30
31
template
<
typename
external_spacepo
int
_t>
32
class
SeedFinder
<external_spacepoint_t, Acts::Cuda> {
34
// Public methods:
36
37
public
:
38
SeedFinder
(
const
Acts::SeedFinderConfig<external_spacepoint_t>
&
config
,
39
const
Acts::SeedFinderOptions
&
options
);
40
41
~SeedFinder
() =
default
;
44
SeedFinder
() =
delete
;
45
SeedFinder
(
const
SeedFinder<external_spacepoint_t, Acts::Cuda>
&) =
delete
;
46
SeedFinder<external_spacepoint_t, Acts::Cuda>
&
operator=
(
47
const
SeedFinder<external_spacepoint_t, Acts::Cuda>
&) =
delete
;
49
58
template
<
typename
sp_range_t>
59
std::vector<Seed<external_spacepoint_t> >
createSeedsForGroup
(
60
Acts::SpacePointData
& spacePointData,
61
Acts::SpacePointGrid<external_spacepoint_t>
&
grid
,
62
const
sp_range_t& bottomSPs,
const
std::size_t middleSPs,
63
const
sp_range_t& topSPs)
const
;
64
65
private
:
66
Acts::SeedFinderConfig<external_spacepoint_t>
m_config
;
67
Acts::SeedFinderOptions
m_options
;
68
};
69
70
}
// namespace Acts
71
72
#include "
Acts/Plugins/Cuda/Seeding/SeedFinder.ipp
"
acts
blob
sPHENIX
Plugins
Cuda
include
Acts
Plugins
Cuda
Seeding
SeedFinder.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:34
using
1.8.2 with
sPHENIX GitHub integration