![]() |
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. | |
| virtual StatusCode | setCaloCellContainerName (const std::string &name)=0 |
| Change the name of the CaloCellContainer used by this tool. | |
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 CaloFillRectangularCluster, CaloSwGap_g3, CaloSwGap_v2, and CaloSwGap_v3.