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

Allow changing the name of the CaloCellContainer used by a tool. More...

#include <ISetCaloCellContainerName.h>

Inheritance diagram for ISetCaloCellContainerName:
Collaboration diagram for ISetCaloCellContainerName:

Public Member Functions

virtual ~ISetCaloCellContainerName ()
 Just to give this class a vtable. More...
 
virtual StatusCode setCaloCellContainerName (const std::string &name)=0
 Change the name of the CaloCellContainer used by this tool. More...
 

Detailed Description

Allow changing the name of the CaloCellContainer used by a tool.

This is used by the trigger.

Definition at line 22 of file ISetCaloCellContainerName.h.

Constructor & Destructor Documentation

◆ ~ISetCaloCellContainerName()

virtual ISetCaloCellContainerName::~ISetCaloCellContainerName ( )
inlinevirtual

Just to give this class a vtable.

Definition at line 26 of file ISetCaloCellContainerName.h.

26 {}

Member Function Documentation

◆ setCaloCellContainerName()

virtual StatusCode ISetCaloCellContainerName::setCaloCellContainerName ( const std::string &  name)
pure virtual

Change the name of the CaloCellContainer used by this tool.

Parameters
nameThe new container name.

Implemented in CaloSwGap_v2, CaloFillRectangularCluster, CaloSwGap_v3, and CaloSwGap_g3.


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