EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SingleHitSpacePointBuilder.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SingleHitSpacePointBuilder.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2018-2019 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/Geometry/GeometryContext.hpp
"
12
#include "
Acts/Plugins/Digitization/CartesianSegmentation.hpp
"
13
#include "
Acts/Plugins/Digitization/SpacePointBuilder.hpp
"
14
15
namespace
Acts {
16
24
template
<
typename
Cluster>
25
class
SpacePointBuilder<
SpacePoint
<Cluster>> {
26
public
:
28
SpacePointBuilder<SpacePoint<Cluster>>() =
default
;
29
36
void
calculateSpacePoints(
37
const
GeometryContext
&
gctx
,
const
std::vector<const Cluster*>& clusters,
38
std::vector
<
SpacePoint<Cluster>
>& spacePointStorage)
const
;
39
40
protected
:
47
Vector2D
localCoords(
const
Cluster& cluster)
const
;
48
55
Vector3D
globalCoords(
const
GeometryContext
&
gctx
,
56
const
Cluster& cluster)
const
;
57
};
58
}
// namespace Acts
59
#include "
Acts/Plugins/Digitization/detail/SingleHitSpacePointBuilder.ipp
"
acts
blob
sPHENIX
Plugins
Digitization
include
Acts
Plugins
Digitization
SingleHitSpacePointBuilder.hpp
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:26
using
1.8.2 with
EIC GitHub integration