ATLAS Offline Software
Loading...
Searching...
No Matches
IJetBuildTool Class Referenceabstract

IJetBuildTool is a dual-use tool interface for a tool that builds a jet collection. More...

#include <IJetBuildTool.h>

Inheritance diagram for IJetBuildTool:
Collaboration diagram for IJetBuildTool:

Public Member Functions

virtual ~IJetBuildTool ()
 Destructor.
virtual const xAOD::JetContainerbuild () const =0
 Method to build the collection and return it to the caller.
virtual void print () const =0
 Print the state of the tool.

Detailed Description

IJetBuildTool is a dual-use tool interface for a tool that builds a jet collection.

Definition at line 19 of file IJetBuildTool.h.

Constructor & Destructor Documentation

◆ ~IJetBuildTool()

virtual IJetBuildTool::~IJetBuildTool ( )
inlinevirtual

Destructor.

Definition at line 25 of file IJetBuildTool.h.

25{ };

Member Function Documentation

◆ build()

virtual const xAOD::JetContainer * IJetBuildTool::build ( ) const
pure virtual

Method to build the collection and return it to the caller.

Returns 0 for error.

Implemented in JetRecTool.

◆ print()


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