ATLAS Offline Software
Loading...
Searching...
No Matches
CaloClusterCollectionProcessor.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
5*/
6
18
19#ifndef CALOREC_CALOCLUSTERCOLLECTIONPROCESSOR_H
20#define CALOREC_CALOCLUSTERCOLLECTIONPROCESSOR_H
21
24#include "GaudiKernel/EventContext.h"
25
26
28 : virtual public IAlgTool
29{
30public:
31
33
39 virtual StatusCode execute (const EventContext& ctx,
40 xAOD::CaloClusterContainer* collection) const = 0;
41
42};
43
44
45#endif // not CALOREC_CALOCLUSTERCOLLECTIONPROCESSOR_H
virtual StatusCode execute(const EventContext &ctx, xAOD::CaloClusterContainer *collection) const =0
Execute on an entire collection of clusters.
DeclareInterfaceID(CaloClusterCollectionProcessor, 1, 0)
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.