Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
AlignableDetectorElement ()=delete | |
AlignableDetectorElement (std::shared_ptr< const Transform3 > transform, const std::shared_ptr< const PlanarBounds > &pBounds, double thickness) | |
~AlignableDetectorElement () override=default | |
Destructor. | |
const Transform3 & | transform (const GeometryContext &gctx) const override |
const Surface & | surface () const override |
Return surface associated with this detector element. | |
Surface & | surface () override |
Non-const access to the surface associated with this detector element. | |
double | thickness () const override |
The maximal thickness of the detector element wrt normal axis. | |
Public Member Functions inherited from Acts::DetectorElementBase | |
DetectorElementBase ()=default | |
virtual | ~DetectorElementBase ()=default |
Private Attributes | |
std::shared_ptr< const Transform3 > | m_elementTransform |
the transform for positioning in 3D space | |
std::shared_ptr< Surface > | m_elementSurface {nullptr} |
the surface represented by it | |
double | m_elementThickness {0.} |
the element thickness | |
This is a lightweight type of detector element, it simply implements the base class.
Definition at line 54 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 54 of file AlignmentContextTests.cpp
|
delete |
|
inline |
Constructor for single sided detector element
transform | is the transform that element the layer in 3D frame |
pBounds | is the planar bounds for the planar detector element |
thickness | is the module thickness |
Definition at line 65 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 65 of file AlignmentContextTests.cpp
|
overridedefault |
Destructor.
|
inlineoverridevirtual |
Return surface associated with this detector element.
Implements Acts::DetectorElementBase.
Definition at line 112 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 112 of file AlignmentContextTests.cpp
|
inlineoverridevirtual |
Non-const access to the surface associated with this detector element.
Implements Acts::DetectorElementBase.
Definition at line 116 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 116 of file AlignmentContextTests.cpp
|
inlineoverridevirtual |
The maximal thickness of the detector element wrt normal axis.
Implements Acts::DetectorElementBase.
Definition at line 120 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 120 of file AlignmentContextTests.cpp
|
inlineoverridevirtual |
Return local to global transform associated with this identifier
gctx | The current geometry context object, e.g. alignment |
Implements Acts::DetectorElementBase.
Definition at line 102 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 102 of file AlignmentContextTests.cpp
|
private |
the surface represented by it
Definition at line 97 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 97 of file AlignmentContextTests.cpp
|
private |
the element thickness
Definition at line 99 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 99 of file AlignmentContextTests.cpp
|
private |
the transform for positioning in 3D space
Definition at line 95 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 95 of file AlignmentContextTests.cpp