ATLAS Offline Software
Loading...
Searching...
No Matches
ISetCaloCellContainerName.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it is really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: ISetCaloCellContainerName.h,v 1.1 2009-04-25 17:47:37 ssnyder Exp $
8/* @file ISetCaloCellContainerName.h
9 * @author scott snyder <snyder@bnl.gov>
10 * @date Apr, 2009
11 * @brief Allow changing the name of the CaloCellContainer used by a tool.
12 */
13
14#ifndef ISETCALOCELLCONTAINERNAME_H
15#define ISETCALOCELLCONTAINERNAME_H
16
23{
24public:
27
32 virtual StatusCode setCaloCellContainerName (const std::string& name) = 0;
33};
34
35
36#endif // not ISETCALOCELLCONTAINERNAME_H
Allow changing the name of the CaloCellContainer used by a tool.
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.