ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
master
CI
Core
include
Acts
EventData
Fitter
Geometry
detail
DefaultDetectorElementBase.hpp
DefaultGeometryIdGetter.hpp
Layer.ipp
TrackingVolume.ipp
AbstractVolume.hpp
ApproachDescriptor.hpp
BoundarySurfaceFace.hpp
BoundarySurfaceT.hpp
ConeLayer.hpp
CuboidVolumeBounds.hpp
CuboidVolumeBuilder.hpp
CutoutCylinderVolumeBounds.hpp
CylinderLayer.hpp
CylinderVolumeBounds.hpp
CylinderVolumeBuilder.hpp
CylinderVolumeHelper.hpp
DetectorElementBase.hpp
DiscLayer.hpp
Extent.hpp
GenericApproachDescriptor.hpp
GenericCuboidVolumeBounds.hpp
GeometryContext.hpp
GeometryID.hpp
GeometryObject.hpp
GeometryObjectSorter.hpp
GeometryStatics.hpp
GlueVolumesDescriptor.hpp
HierarchicalGeometryContainer.hpp
IConfinedTrackingVolumeBuilder.hpp
ILayerArrayCreator.hpp
ILayerBuilder.hpp
ITrackingGeometryBuilder.hpp
ITrackingVolumeArrayCreator.hpp
ITrackingVolumeBuilder.hpp
ITrackingVolumeHelper.hpp
Layer.hpp
LayerArrayCreator.hpp
LayerCreator.hpp
NavigationLayer.hpp
PassiveLayerBuilder.hpp
PlaneLayer.hpp
Polyhedron.hpp
ProtoLayer.hpp
SurfaceArrayCreator.hpp
TrackingGeometry.hpp
TrackingGeometryBuilder.hpp
TrackingVolume.hpp
TrackingVolumeArrayCreator.hpp
TrapezoidVolumeBounds.hpp
Volume.hpp
VolumeBounds.hpp
MagneticField
Material
Propagator
Seeding
Surfaces
TrackFinder
Utilities
Vertexing
Visualization
src
doc
Examples
Fatras
Plugins
Tests
thirdparty
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
DefaultDetectorElementBase.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file DefaultDetectorElementBase.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
10
// DefaultDetectorElementBase.hpp, Acts project
12
13
#pragma once
14
15
#include <memory>
16
#include <vector>
17
#include "
Acts/Geometry/GeometryContext.hpp
"
18
#include "
Acts/Utilities/Definitions.hpp
"
19
20
namespace
Acts {
21
22
class
Surface
;
23
31
class
DetectorElementBase
{
32
public
:
34
DetectorElementBase
() =
default
;
35
37
virtual
~DetectorElementBase
() =
default
;
38
42
virtual
const
Transform3D
&
transform
(
const
GeometryContext
&
gctx
)
const
= 0;
43
45
virtual
const
Surface
&
surface
()
const
= 0;
46
49
virtual
double
thickness
()
const
= 0;
50
};
51
52
}
// end of namespace Acts
acts
blob
master
Core
include
Acts
Geometry
detail
DefaultDetectorElementBase.hpp
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:20
using
1.8.2 with
ECCE GitHub integration