ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigHIEventShapeHypoTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHIHYPO_ITRIGHIEVENTSHAPEHYPOTOOL_H
6#define TRIGHIHYPO_ITRIGHIEVENTSHAPEHYPOTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
12
13class ITrigHIEventShapeHypoTool : virtual public::IAlgTool {
14
15 public:
16
18
20
21 virtual StatusCode decide(const xAOD::HIEventShapeContainer*, bool&) const = 0;
22 virtual const HLT::Identifier& getId() const = 0;
23
24};
25
26#endif
27
DeclareInterfaceID(ITrigHIEventShapeHypoTool, 1, 0)
virtual StatusCode decide(const xAOD::HIEventShapeContainer *, bool &) const =0
virtual const HLT::Identifier & getId() const =0
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.