ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
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. More...
 
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 More...
 
virtual StatusCode retrieveCollection ()=0
 call to retrieve the collections (can't be Incident) More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

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()

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

AlgTool interface methods.

Definition at line 40 of file IPRD_Provider.h.

40 { return IID_IPRD_Provider; }

◆ 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.

◆ retrieveCollection()

virtual StatusCode Trk::IPRD_Provider::retrieveCollection ( )
pure virtual

call to retrieve the collections (can't be Incident)

Implemented in InDet::InDetPRD_Provider.


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