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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
sPHENIX
CI
Core
docs
Examples
Fatras
Plugins
Cuda
DD4hep
Digitization
include
Acts
Plugins
Digitization
detail
CartesianSegmentation.hpp
Clusterization.hpp
DigitizationCell.hpp
DigitizationModule.hpp
DoubleHitSpacePointBuilder.hpp
PlanarModuleCluster.hpp
PlanarModuleStepper.hpp
Segmentation.hpp
SingleHitSpacePointBuilder.hpp
SpacePointBuilder.hpp
src
Identification
Json
Legacy
Sycl
TGeo
Tests
thirdparty
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
Segmentation.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Segmentation.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2016-2018 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
#include "
Acts/Plugins/Digitization/DigitizationCell.hpp
"
11
#include "
Acts/Utilities/Definitions.hpp
"
12
13
#include <memory>
14
#include <vector>
15
16
namespace
Acts {
17
18
class
SurfaceBounds;
19
class
Surface
;
20
class
BinUtility;
21
using
SurfacePtr
= std::shared_ptr<const Surface>;
22
using
SurfacePtrVector
= std::vector<SurfacePtr>;
23
37
class
Segmentation
{
38
public
:
40
virtual
~Segmentation
() =
default
;
41
54
virtual
void
createSegmentationSurfaces
(
55
SurfacePtrVector
& boundarySurfaces,
56
SurfacePtrVector
& segmentationSurfacesX,
57
SurfacePtrVector
& segmentationSurfacesY,
double
halfThickness,
58
int
readoutDirection,
double
lorentzAngle)
const
= 0;
59
66
virtual
DigitizationCell
cell
(
const
Vector3D
&
position
)
const
= 0;
67
74
virtual
DigitizationCell
cell
(
const
Vector2D
& position)
const
= 0;
75
81
virtual
Vector2D
cellPosition
(
const
DigitizationCell
& cId)
const
= 0;
82
93
virtual
DigitizationStep
digitizationStep
(
const
Vector3D
&
start
,
94
const
Vector3D
& end,
95
double
halfThickness,
96
int
readoutDirection,
97
double
lorentzAngle)
const
= 0;
98
100
virtual
const
SurfaceBounds
&
moduleBounds
()
const
= 0;
101
103
virtual
const
BinUtility
&
binUtility
()
const
= 0;
104
};
105
}
// namespace Acts
acts
blob
sPHENIX
Plugins
Digitization
include
Acts
Plugins
Digitization
Segmentation.hpp
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:26
using
1.8.2 with
EIC GitHub integration