ATLAS Offline Software
Public Member Functions | List of all members
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. More...
 
virtual const xAOD::JetContainerbuild () const =0
 Method to build the collection and return it to the caller. More...
 
virtual void print () const =0
 Print the state of the tool. More...
 

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

virtual void asg::IAsgTool::print ( ) const
pure virtualinherited

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