ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
IITkPixelRodDecoder Class Referenceabstract

#include <IITkPixelRodDecoder.h>

Inheritance diagram for IITkPixelRodDecoder:
Collaboration diagram for IITkPixelRodDecoder:

Public Member Functions

virtual ~IITkPixelRodDecoder ()=default
 
virtual StatusCode fillCollection (const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment *robFrag, IPixelRDO_Container *rdoIdc, std::vector< IdentifierHash > *vecHash, const EventContext &ctx) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

Definition at line 24 of file IITkPixelRodDecoder.h.

Constructor & Destructor Documentation

◆ ~IITkPixelRodDecoder()

virtual IITkPixelRodDecoder::~IITkPixelRodDecoder ( )
virtualdefault

Member Function Documentation

◆ fillCollection()

virtual StatusCode IITkPixelRodDecoder::fillCollection ( const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment robFrag,
IPixelRDO_Container rdoIdc,
std::vector< IdentifierHash > *  vecHash,
const EventContext &  ctx 
) const
pure virtual

Implemented in ITkPixelRodDecoder.

◆ interfaceID()

const InterfaceID & IITkPixelRodDecoder::interfaceID ( )
inlinestatic

Definition at line 35 of file IITkPixelRodDecoder.h.

35  {
36  static const InterfaceID IID_IITkPixelRodDecoder ("IITkPixelRodDecoder", 1, 0);
37  return IID_IITkPixelRodDecoder;
38 }

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