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

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

+ Inheritance diagram for Acts::ILayerArrayCreator:

Public Member Functions

virtual ~ILayerArrayCreator ()=default
 Virtual destructor.
 
virtual std::unique_ptr< const
LayerArray
layerArray (const GeometryContext &gctx, const LayerVector &layers, double min, double max, BinningType btype=arbitrary, BinningValue bvalue=binX) const =0
 

Detailed Description

Interface class ILayerArrayCreators, it inherits from IAlgTool.

It receives the LayerVector and creaets an array with NaivgationLayer objects filled in between.

Definition at line 35 of file ILayerArrayCreator.hpp.

View newest version in sPHENIX GitHub at line 35 of file ILayerArrayCreator.hpp

Constructor & Destructor Documentation

virtual Acts::ILayerArrayCreator::~ILayerArrayCreator ( )
virtualdefault

Virtual destructor.

Member Function Documentation

virtual std::unique_ptr<const LayerArray> Acts::ILayerArrayCreator::layerArray ( const GeometryContext gctx,
const LayerVector layers,
double  min,
double  max,
BinningType  btype = arbitrary,
BinningValue  bvalue = binX 
) const
pure virtual

LayerArrayCreator interface method

Parameters
gctxis the geometry context for witch the volume is built
layersare the layers to be moved into an array
minis the minimul value for binning
maxis the maximum value for binning
btypeis the binning type
bvalueis the value in which the binning should be done
Returns
unqiue pointer to a new LayerArray

Implemented in Acts::LayerArrayCreator.


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