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