ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_smc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGJETCONDITIONCONFIG_SMC_H
6
#define TRIGJETCONDITIONCONFIG_SMC_H
7
8
#include "
ITrigJetConditionConfig.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
./ConditionsDefs.h
"
11
#include "
./ArgStrToDouble.h
"
12
13
class
TrigJetConditionConfig_smc
:
14
public
extends<AthAlgTool, ITrigJetConditionConfig> {
15
16
public
:
17
18
TrigJetConditionConfig_smc
(
const
std::string&
type
,
19
const
std::string& name,
20
const
IInterface* parent);
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
Condition
getCondition
()
const override
;
24
25
private
:
26
27
Gaudi::Property<std::string>
28
m_min
{
this
,
"min"
, {},
"min jet mass"
};
29
30
Gaudi::Property<std::string>
31
m_max
{
this
,
"max"
, {},
"max jet mass"
};
32
33
StatusCode
checkVals
()
const
;
34
35
};
36
#endif
ArgStrToDouble.h
AthAlgTool.h
ConditionsDefs.h
Condition
std::unique_ptr< ICondition > Condition
Definition
ConditionsDefs.h:19
ITrigJetConditionConfig.h
TrigJetConditionConfig_smc::getCondition
virtual Condition getCondition() const override
Definition
TrigJetConditionConfig_smc.cxx:24
TrigJetConditionConfig_smc::TrigJetConditionConfig_smc
TrigJetConditionConfig_smc(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TrigJetConditionConfig_smc.cxx:10
TrigJetConditionConfig_smc::m_min
Gaudi::Property< std::string > m_min
Definition
TrigJetConditionConfig_smc.h:28
TrigJetConditionConfig_smc::checkVals
StatusCode checkVals() const
Definition
TrigJetConditionConfig_smc.cxx:30
TrigJetConditionConfig_smc::initialize
virtual StatusCode initialize() override
Definition
TrigJetConditionConfig_smc.cxx:18
TrigJetConditionConfig_smc::m_max
Gaudi::Property< std::string > m_max
Definition
TrigJetConditionConfig_smc.h:31
type
Generated on
for ATLAS Offline Software by
1.14.0