ATLAS Offline Software
Loading...
Searching...
No Matches
ICaloBadChanTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ICaloBadChanTool_H
6#define ICaloBadChanTool_H
7
8#include "GaudiKernel/IAlgTool.h"
9#include "GaudiKernel/EventContext.h"
10
11#include "Identifier/Identifier.h"
13
14
15class ICaloBadChanTool : public virtual IAlgTool {
16public:
18
19 virtual ~ICaloBadChanTool() {}
20
21 virtual CaloBadChannel caloStatus(const EventContext& ctx,
22 Identifier id) const = 0;
23
24};
25
26#endif
virtual CaloBadChannel caloStatus(const EventContext &ctx, Identifier id) const =0
DeclareInterfaceID(ICaloBadChanTool, 1, 0)
virtual ~ICaloBadChanTool()