ATLAS Offline Software
Loading...
Searching...
No Matches
ICaloCellMakerTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CALOINTERFACE_ICALOCELLMAKERTOOL_H
6#define CALOINTERFACE_ICALOCELLMAKERTOOL_H
7
8
10class EventContext;
11
12// Includes for Gaudi
13#include "GaudiKernel/StatusCode.h"
14#include "GaudiKernel/IAlgTool.h"
15
16
18 : virtual public IAlgTool
19{
20public:
22
23 virtual StatusCode process ( CaloCellContainer* theCellContainer,
24 const EventContext& ctx ) const = 0;
25};
26
27#endif
Container class for CaloCell.
DeclareInterfaceID(ICaloCellMakerTool, 1, 0)
virtual StatusCode process(CaloCellContainer *theCellContainer, const EventContext &ctx) const =0