ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigJetRepeatedConditionConfig.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGHLTJETHYPO_ITRIGJETREPEATEDCONDITIONCONFIG_H
5#define TRIGHLTJETHYPO_ITRIGJETREPEATEDCONDITIONCONFIG_H
6
7#include "GaudiKernel/IAlgTool.h"
9
10class ITrigJetRepeatedConditionConfig : virtual public ::IAlgTool {
11
12public:
15
17
18};
19#endif
std::unique_ptr< IRepeatedCondition > ConditionPtr
DeclareInterfaceID(ITrigJetRepeatedConditionConfig, 1, 0)
virtual ConditionPtr getRepeatedCondition() const =0