|
ACTS
Experiment-independent tracking
|
Class that ties the digitization modules together and produces the channels. More...
#include <ActsFatras/Digitization/Channelizer.hpp>
Public Member Functions | |
| Acts::Result< std::vector< Segmentizer::ChannelSegment > > | channelize (const Hit &hit, const Acts::Surface &surface, const Acts::GeometryContext &gctx, const Acts::Vector3 &driftDir, const Acts::BinUtility &segmentation, double thickness) const |
| Do the geometric channelizing. | |
Class that ties the digitization modules together and produces the channels.
| Acts::Result< std::vector< Segmentizer::ChannelSegment > > ActsFatras::Channelizer::channelize | ( | const Hit & | hit, |
| const Acts::Surface & | surface, | ||
| const Acts::GeometryContext & | gctx, | ||
| const Acts::Vector3 & | driftDir, | ||
| const Acts::BinUtility & | segmentation, | ||
| double | thickness ) const |
Do the geometric channelizing.
| hit | The hit we want to channelize |
| surface | the surface on which the hit is |
| gctx | the Geometry context |
| driftDir | the drift direction |
| segmentation | the segmentation of the surface |
| thickness | the thickness of the surface |