ATLAS Offline Software
Calorimeter
CaloInterface
CaloInterface
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
22
class
ISetCaloCellContainerName
23
{
24
public
:
26
virtual
~ISetCaloCellContainerName
() {}
27
32
virtual
StatusCode
setCaloCellContainerName
(
const
std::string&
name
) = 0;
33
};
34
35
36
#endif // not ISETCALOCELLCONTAINERNAME_H
ISetCaloCellContainerName
Allow changing the name of the CaloCellContainer used by a tool.
Definition:
ISetCaloCellContainerName.h:23
ISetCaloCellContainerName::~ISetCaloCellContainerName
virtual ~ISetCaloCellContainerName()
Just to give this class a vtable.
Definition:
ISetCaloCellContainerName.h:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
ISetCaloCellContainerName::setCaloCellContainerName
virtual StatusCode setCaloCellContainerName(const std::string &name)=0
Change the name of the CaloCellContainer used by this tool.
Generated on Sun Dec 22 2024 21:11:59 for ATLAS Offline Software by
1.8.18