ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
ISetCaloCellContainerName::setCaloCellContainerName
virtual StatusCode setCaloCellContainerName(const std::string &name)=0
Change the name of the CaloCellContainer used by this tool.
Generated on
for ATLAS Offline Software by
1.17.0