EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::GeometryObject Class Referenceabstract

#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/GeometryObject.hpp>

+ Inheritance diagram for Acts::GeometryObject:
+ Collaboration diagram for Acts::GeometryObject:

Public Member Functions

 GeometryObject ()=default
 Defaulted construrctor.
 
 GeometryObject (const GeometryObject &)=default
 Defaulted copy constructor.
 
 GeometryObject (const GeometryIdentifier &geometryId)
 
GeometryObjectoperator= (const GeometryObject &geometryId)
 
const GeometryIdentifiergeometryId () const
 
virtual Vector3D binningPosition (const GeometryContext &gctx, BinningValue bValue) const =0
 
virtual double binningPositionValue (const GeometryContext &gctx, BinningValue bValue) const
 
void assignGeometryId (const GeometryIdentifier &geometryId)
 

Protected Attributes

GeometryIdentifier m_geometryId
 

Detailed Description

Base class to provide GeometryIdentifier interface:

  • simple set and get

It also provides the binningPosition method for Geometry geometrical object to be binned in BinnedArrays

Definition at line 26 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 26 of file GeometryObject.hpp

Constructor & Destructor Documentation

Acts::GeometryObject::GeometryObject ( )
default

Defaulted construrctor.

Acts::GeometryObject::GeometryObject ( const GeometryObject )
default

Defaulted copy constructor.

Acts::GeometryObject::GeometryObject ( const GeometryIdentifier geometryId)
inline

Constructor from a value

Parameters
geometryIdthe geometry identifier of the object

Definition at line 37 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 37 of file GeometryObject.hpp

Member Function Documentation

void Acts::GeometryObject::assignGeometryId ( const GeometryIdentifier geometryId)
inline

Set the value

Parameters
geometryIdthe geometry identifier to be assigned

Definition at line 84 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 84 of file GeometryObject.hpp

References geometryId(), and m_geometryId.

Referenced by Acts::Layer::closeGeometry(), and Acts::TrackingVolume::closeGeometry().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

virtual Vector3D Acts::GeometryObject::binningPosition ( const GeometryContext gctx,
BinningValue  bValue 
) const
pure virtual

Force a binning position method

Parameters
gctxThe current geometry context object, e.g. alignment
bValueis the value in which you want to bin
Returns
vector 3D used for the binning schema

Implemented in Acts::PlaneSurface, Acts::LineSurface, Acts::Volume, Acts::CylinderSurface, Acts::ConeSurface, Acts::SurfaceStub, and Acts::NavigationLayer.

Referenced by binningPositionValue(), Acts::SurfaceArrayCreator::createEquidistantAxis(), Acts::SurfaceArrayCreator::createVariableAxis(), and Acts::SurfaceArrayCreator::isSurfaceEquivalent().

+ Here is the caller graph for this function:

double Acts::GeometryObject::binningPositionValue ( const GeometryContext gctx,
BinningValue  bValue 
) const
inlinevirtual

Implement the binningValue

Parameters
gctxThe current geometry context object, e.g. alignment
bValueis the dobule in which you want to bin
Returns
float to be used for the binning schema

Definition at line 89 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 89 of file GeometryObject.hpp

References binningPosition(), and Acts::VectorHelpers::cast().

+ Here is the call graph for this function:

const GeometryIdentifier & Acts::GeometryObject::geometryId ( ) const
inline
Returns
the geometry id by reference

Definition at line 80 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 80 of file GeometryObject.hpp

References m_geometryId.

Referenced by Acts::JsonGeometryConverter::addSurfaceToJson(), assignGeometryId(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::backwardFilter(), Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::VolumeMaterialMapper::checkAndInsert(), Acts::SurfaceMaterialMapper::checkAndInsert(), ActsExamples::RootMaterialWriter::collectMaterial(), Acts::SurfaceMaterialMapper::collectMaterialVolumes(), Acts::JsonGeometryConverter::convertToRep(), ActsExamples::CsvPlanarClusterReader::CsvPlanarClusterReader(), ActsExamples::DigitizationAlgorithm::DigitizationAlgorithm(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::filter(), Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t >::Actor< source_link_t, parameters_t >::filter(), Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t >::findTracks(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::fit(), ActsSurfaceMaps::isMicromegasSurface(), ActsSurfaceMaps::isTpcSurface(), PHActsSiliconSeeding::makeSpacePoint(), Acts::KalmanFitter< propagator_t, updater_t, smoother_t, outlier_finder_t, calibrator_t >::Actor< source_link_t, parameters_t >::materialInteractor(), Acts::CombinatorialKalmanFilter< propagator_t, updater_t, smoother_t, source_link_selector_t, branch_stopper_t, calibrator_t >::Actor< source_link_t, parameters_t >::materialInteractor(), ActsFatras::detail::Interactor< generator_t, physics_list_t, hit_surface_selector_t >::operator()(), Acts::VolumeMaterialMapper::BoundSurfaceSelector::operator()(), Acts::detail::printBoundParameters(), Acts::Test::runTest(), Acts::EventDataView3DTest::testMultiTrajectory(), and ActsExamples::RootMaterialTrackWriter::writeT().

+ Here is the caller graph for this function:

GeometryObject& Acts::GeometryObject::operator= ( const GeometryObject geometryId)
inline

Assignment operator

Parameters
geometryIdthe source geometryId

Definition at line 43 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 43 of file GeometryObject.hpp

References m_geometryId.

Referenced by Acts::Surface::operator=().

+ Here is the caller graph for this function:

Member Data Documentation

GeometryIdentifier Acts::GeometryObject::m_geometryId
protected

Definition at line 77 of file GeometryObject.hpp.

View newest version in sPHENIX GitHub at line 77 of file GeometryObject.hpp

Referenced by assignGeometryId(), geometryId(), and operator=().


The documentation for this class was generated from the following file: