ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
IViewsMergerTool Class Referenceabstract

#include <IViewsMergerTool.h>

Inheritance diagram for IViewsMergerTool:
Collaboration diagram for IViewsMergerTool:

Public Member Functions

virtual StatusCode merge (const EventContext &context, const ViewContainer &) const =0
 processes views to create merged collection collection of the content More...
 
virtual ~IViewsMergerTool ()
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

Definition at line 14 of file IViewsMergerTool.h.

Constructor & Destructor Documentation

◆ ~IViewsMergerTool()

virtual IViewsMergerTool::~IViewsMergerTool ( )
inlinevirtual

Definition at line 24 of file IViewsMergerTool.h.

24 {}

Member Function Documentation

◆ interfaceID()

static const InterfaceID& IViewsMergerTool::interfaceID ( )
inlinestatic

Definition at line 16 of file IViewsMergerTool.h.

16 { return IID_IViewsMergerTool; }

◆ merge()

virtual StatusCode IViewsMergerTool::merge ( const EventContext &  context,
const ViewContainer  
) const
pure virtual

processes views to create merged collection collection of the content


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