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

#include <IVertexDecorator.h>

Inheritance diagram for IVertexDecorator:
Collaboration diagram for IVertexDecorator:

Public Member Functions

virtual ~IVertexDecorator ()
 Destructor.
virtual void decorate (const xAOD::Vertex &vertex) const =0
 Method to decorate a vertex.
virtual void print () const =0
 Print the state of the tool.

Detailed Description

Definition at line 12 of file IVertexDecorator.h.

Constructor & Destructor Documentation

◆ ~IVertexDecorator()

virtual IVertexDecorator::~IVertexDecorator ( )
inlinevirtual

Destructor.

Definition at line 19 of file IVertexDecorator.h.

19{ };

Member Function Documentation

◆ decorate()

virtual void IVertexDecorator::decorate ( const xAOD::Vertex & vertex) const
pure virtual

Method to decorate a vertex.

Implemented in InDetGNNHardScatterSelection::GNNTool.

◆ print()


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