ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_htdipz.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGJETCONDITIONCONFIG_HTDIPZ_H
6
#define TRIGJETCONDITIONCONFIG_HTDIPZ_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
class
TrigJetConditionConfig_htdipz
:
18
public
extends<AthAlgTool, ITrigJetConditionConfig> {
19
20
public
:
21
22
TrigJetConditionConfig_htdipz
(
const
std::string&
type
,
23
const
std::string& name,
24
const
IInterface* parent);
25
26
virtual
StatusCode
initialize
()
override
;
27
virtual
Condition
getCondition
()
const override
;
28
29
private
:
30
31
32
Gaudi::Property<std::string>
33
m_capacity
{
this
,
"capacity"
, {},
"number of jets considered"
};
34
Gaudi::Property<std::string>
35
m_decName_z
{
this
,
"decName_z"
, {},
"dipz z accessor"
};
36
Gaudi::Property<std::string>
37
m_decName_negLogSigma2
{
this
,
"decName_sigma"
, {},
"dipz sigma accessor"
};
38
Gaudi::Property<std::string>
39
m_min
{
this
,
"min"
, {},
"min HT"
};
40
Gaudi::Property<std::string>
41
m_max
{
this
,
"max"
, {},
"max HT"
};
42
43
44
StatusCode
checkVals
()
const
;
45
};
46
#endif
AthAlgTool.h
ConditionsDefs.h
Condition
std::unique_ptr< ICondition > Condition
Definition
ConditionsDefs.h:19
ITrigJetConditionConfig.h
TrigJetConditionConfig_htdipz::m_decName_negLogSigma2
Gaudi::Property< std::string > m_decName_negLogSigma2
Definition
TrigJetConditionConfig_htdipz.h:37
TrigJetConditionConfig_htdipz::TrigJetConditionConfig_htdipz
TrigJetConditionConfig_htdipz(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TrigJetConditionConfig_htdipz.cxx:16
TrigJetConditionConfig_htdipz::m_max
Gaudi::Property< std::string > m_max
Definition
TrigJetConditionConfig_htdipz.h:41
TrigJetConditionConfig_htdipz::initialize
virtual StatusCode initialize() override
Definition
TrigJetConditionConfig_htdipz.cxx:24
TrigJetConditionConfig_htdipz::m_decName_z
Gaudi::Property< std::string > m_decName_z
Definition
TrigJetConditionConfig_htdipz.h:35
TrigJetConditionConfig_htdipz::getCondition
virtual Condition getCondition() const override
Definition
TrigJetConditionConfig_htdipz.cxx:31
TrigJetConditionConfig_htdipz::m_min
Gaudi::Property< std::string > m_min
Definition
TrigJetConditionConfig_htdipz.h:39
TrigJetConditionConfig_htdipz::checkVals
StatusCode checkVals() const
Definition
TrigJetConditionConfig_htdipz.cxx:41
TrigJetConditionConfig_htdipz::m_capacity
Gaudi::Property< std::string > m_capacity
Definition
TrigJetConditionConfig_htdipz.h:33
type
Generated on
for ATLAS Offline Software by
1.17.0