ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
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
10
class
ITrigJetConditionConfig
:
virtual
public
::IAlgTool {
11
12
public
:
13
DeclareInterfaceID
(
ITrigJetConditionConfig
, 1, 0);
14
virtual
~ITrigJetConditionConfig
(){};
15
16
virtual
Condition
getCondition
()
const
= 0;
17
18
};
19
#endif
ConditionsDefs.h
ITrigJetConditionConfig::getCondition
virtual Condition getCondition() const =0
ITrigJetConditionConfig
Definition:
ITrigJetConditionConfig.h:10
ITrigJetConditionConfig::DeclareInterfaceID
DeclareInterfaceID(ITrigJetConditionConfig, 1, 0)
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
ITrigJetConditionConfig::~ITrigJetConditionConfig
virtual ~ITrigJetConditionConfig()
Definition:
ITrigJetConditionConfig.h:14
Generated on Sun Dec 22 2024 21:12:08 for ATLAS Offline Software by
1.8.18