ATLAS Offline Software
|
Allow changing the name of the CaloCellContainer used by a tool. More...
#include <ISetCaloCellContainerName.h>
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... | |
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.
|
inlinevirtual |
|
pure virtual |
Change the name of the CaloCellContainer used by this tool.
name | The new container name. |
Implemented in CaloSwGap_v2, CaloFillRectangularCluster, CaloSwGap_v3, and CaloSwGap_g3.