|
ACTS
Experiment-independent tracking
|
ITGeoIdentierProvider. More...
#include <ActsPlugins/Root/ITGeoIdentifierProvider.hpp>
Public Member Functions | |
| virtual | ~ITGeoIdentifierProvider ()=default |
| Virtual destructor. | |
| virtual TGeoDetectorElement::Identifier | identify (const Acts::GeometryContext &gctx, const TGeoNode &tgnode) const =0 |
| Take a geometry context and a TGeoNode and provide an identifier. | |
ITGeoIdentierProvider.
Interface class that provides an Identifier from a TGeoNode
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Take a geometry context and a TGeoNode and provide an identifier.
| gctx | is a geometry context object |
| tgnode | is a TGeoNode that is translated |