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#include "GaudiKernel/ThreadLocalContext.h"
16
17
19 : virtual public IAlgTool
20{
21public:
23
24 virtual StatusCode process ( CaloCellContainer* theCellContainer,
25 const EventContext& ctx ) const = 0;
26};
27
28#endif
Container class for CaloCell.
DeclareInterfaceID(ICaloCellMakerTool, 1, 0)
virtual StatusCode process(CaloCellContainer *theCellContainer, const EventContext &ctx) const =0