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

interface for the Strip Cluster Tools More...

#include <IStripSegmentTool.h>

Inheritance diagram for NSWL1::IStripSegmentTool:
Collaboration diagram for NSWL1::IStripSegmentTool:

Public Member Functions

virtual ~IStripSegmentTool ()
 
virtual StatusCode find_segments (std::vector< std::unique_ptr< StripClusterData > > &clusters, const std::unique_ptr< Muon::NSW_TrigRawDataContainer > &rdo_container) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

interface for the Strip Cluster Tools

This class implements the public interface of the Strip Segmentfinding tool Tools. It Current unclear what it will output to input the StripTrigger simulation.

Definition at line 30 of file IStripSegmentTool.h.

Constructor & Destructor Documentation

◆ ~IStripSegmentTool()

virtual NSWL1::IStripSegmentTool::~IStripSegmentTool ( )
inlinevirtual

Definition at line 33 of file IStripSegmentTool.h.

33 {}

Member Function Documentation

◆ find_segments()

virtual StatusCode NSWL1::IStripSegmentTool::find_segments ( std::vector< std::unique_ptr< StripClusterData > > &  clusters,
const std::unique_ptr< Muon::NSW_TrigRawDataContainer > &  rdo_container 
) const
pure virtual

Implemented in NSWL1::StripSegmentTool.

◆ interfaceID()

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

Definition at line 37 of file IStripSegmentTool.h.

37  {
38  static const InterfaceID IID_IStripSegmentTool("NSWL1::IStripSegmentTool", 1 ,0);
39  return IID_IStripSegmentTool;
40  }

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