ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
NSWL1::IPadTdsTool Class Referenceabstract

interface for the PadTDS tools More...

#include <IPadTdsTool.h>

Inheritance diagram for NSWL1::IPadTdsTool:
Collaboration diagram for NSWL1::IPadTdsTool:

Public Member Functions

virtual ~IPadTdsTool ()
 
virtual StatusCode gather_pad_data (std::vector< std::shared_ptr< PadData >> &pads, int side=-1, int sector=-1) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

interface for the PadTDS tools

This class implements the public interface of the TDS Tools. It returns a vector of PadData to input the PadTrigger simulation.

Author
Alessandro Di Mattia dimat.nosp@m.tia@.nosp@m.cern..nosp@m.ch

Definition at line 34 of file IPadTdsTool.h.

Constructor & Destructor Documentation

◆ ~IPadTdsTool()

virtual NSWL1::IPadTdsTool::~IPadTdsTool ( )
inlinevirtual

Definition at line 37 of file IPadTdsTool.h.

37 {}

Member Function Documentation

◆ gather_pad_data()

virtual StatusCode NSWL1::IPadTdsTool::gather_pad_data ( std::vector< std::shared_ptr< PadData >> &  pads,
int  side = -1,
int  sector = -1 
) const
pure virtual

Implemented in NSWL1::PadTdsOfflineTool.

◆ interfaceID()

static const InterfaceID& NSWL1::IPadTdsTool::interfaceID ( )
inlinestatic

Definition at line 41 of file IPadTdsTool.h.

41  {
42  static const InterfaceID IID_IPadTdsTool("NSWL1::IPadTdsTool", 1 ,0);
43  return IID_IPadTdsTool;
44  }

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