ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::IPRD_Provider Class Referenceabstract

Simple interface that takes an identifier and find the associated PRD from an Identifyable container. More...

#include <IPRD_Provider.h>

Inheritance diagram for Trk::IPRD_Provider:
Collaboration diagram for Trk::IPRD_Provider:

Public Member Functions

virtual ~IPRD_Provider ()
 Virtual destructor.
virtual const Trk::PrepRawDataprdFromIdentifier (const Identifier &ide, size_t &ndof) const =0
 return the Prd given the Identifier - returns the number of degrees of freedom

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods.

Detailed Description

Simple interface that takes an identifier and find the associated PRD from an Identifyable container.

Author
Andreas.Salzburger -at- cern.ch

Definition at line 33 of file IPRD_Provider.h.

Constructor & Destructor Documentation

◆ ~IPRD_Provider()

virtual Trk::IPRD_Provider::~IPRD_Provider ( )
inlinevirtual

Virtual destructor.

Definition at line 37 of file IPRD_Provider.h.

37{}

Member Function Documentation

◆ interfaceID()

const InterfaceID & Trk::IPRD_Provider::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 40 of file IPRD_Provider.h.

40{ return IID_IPRD_Provider; }
static const InterfaceID IID_IPRD_Provider("IPRD_Provider", 1, 0)

◆ prdFromIdentifier()

virtual const Trk::PrepRawData * Trk::IPRD_Provider::prdFromIdentifier ( const Identifier & ide,
size_t & ndof ) const
pure virtual

return the Prd given the Identifier - returns the number of degrees of freedom

Implemented in InDet::InDetPRD_Provider.


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