ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_htfr.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_HTFR_H
6
#define TRIGJETCONDITIONCONFIG_HTFR_H
7
8
/*
9
Condiguration AlgTool for ht conditions to be run in FastReduction
10
PS
11
*/
12
13
#include "
ITrigJetConditionConfig.h
"
14
#include "
./ConditionsDefs.h
"
15
#include "
AthenaBaseComps/AthAlgTool.h
"
16
17
// #include "TrigHLTJetHypo/TrigHLTJetHypoUtils/ConditionsDefs.h"
18
19
class
TrigJetConditionConfig_htfr
:
20
public
extends<AthAlgTool, ITrigJetConditionConfig> {
21
22
public
:
23
24
TrigJetConditionConfig_htfr
(
const
std::string&
type
,
25
const
std::string&
name
,
26
const
IInterface*
parent
);
27
28
virtual
StatusCode
initialize
()
override
;
29
virtual
Condition
getCondition
()
const override
;
30
31
private
:
32
33
34
Gaudi::Property<std::string>
35
m_min
{
this
,
"min"
, {},
"min HT"
};
36
37
Gaudi::Property<std::string>
38
m_max
{
this
,
"max"
, {},
"max HT"
};
39
40
StatusCode
checkVals
()
const
;
41
};
42
#endif
TrigJetConditionConfig_htfr::checkVals
StatusCode checkVals() const
Definition:
TrigJetConditionConfig_htfr.cxx:34
ConditionsDefs.h
TrigJetConditionConfig_htfr::getCondition
virtual Condition getCondition() const override
Definition:
TrigJetConditionConfig_htfr.cxx:28
TrigJetConditionConfig_htfr::m_max
Gaudi::Property< std::string > m_max
Definition:
TrigJetConditionConfig_htfr.h:38
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
TrigJetConditionConfig_htfr::m_min
Gaudi::Property< std::string > m_min
Definition:
TrigJetConditionConfig_htfr.h:35
ITrigJetConditionConfig.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
TrigJetConditionConfig_htfr
Definition:
TrigJetConditionConfig_htfr.h:20
TrigJetConditionConfig_htfr::initialize
virtual StatusCode initialize() override
Definition:
TrigJetConditionConfig_htfr.cxx:21
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
TrigJetConditionConfig_htfr::TrigJetConditionConfig_htfr
TrigJetConditionConfig_htfr(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TrigJetConditionConfig_htfr.cxx:13
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
Generated on Thu Nov 7 2024 21:29:52 for ATLAS Offline Software by
1.8.18