ATLAS Offline Software
IHIEventShapeSummaryTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef HIEVENTUTILS_IHIEVENTSHAPESUMMARYTOOL_H
6 #define HIEVENTUTILS_IHIEVENTSHAPESUMMARYTOOL_H
7 
8 #include "AsgTools/IAsgTool.h"
10 
11 class IHIEventShapeSummaryTool : virtual public asg::IAsgTool {
13 
14  public:
15 
18  virtual StatusCode initialize() = 0;
19  virtual std::string dumpList() const {return std::string("");};
20 
21 };
22 #endif
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
IHIEventShapeSummaryTool::~IHIEventShapeSummaryTool
virtual ~IHIEventShapeSummaryTool()
Definition: IHIEventShapeSummaryTool.h:16
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HIEventShapeContainer.h
IHIEventShapeSummaryTool::dumpList
virtual std::string dumpList() const
Definition: IHIEventShapeSummaryTool.h:19
IHIEventShapeSummaryTool::summarize
virtual StatusCode summarize(const xAOD::HIEventShapeContainer *in, xAOD::HIEventShapeContainer *out) const =0
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
IAsgTool.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
IHIEventShapeSummaryTool
Definition: IHIEventShapeSummaryTool.h:11
IHIEventShapeSummaryTool::initialize
virtual StatusCode initialize()=0