ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigCaloHypo
src
TrigL2CaloLayersHypoTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGCALOHYPO_TRIGL2CALOLAYERSHYPOTOOL_H
5
#define TRIGCALOHYPO_TRIGL2CALOLAYERSHYPOTOOL_H 1
6
7
#include "
AthenaBaseComps/AthAlgTool.h
"
8
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
9
#include "
TrigCompositeUtils/HLTIdentifier.h
"
10
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
11
#include "
TrigCaloHypo/ITrigL2CaloLayersHypoTool.h
"
12
17
18
class
TrigL2CaloLayersHypoTool
:
public
extends<AthAlgTool, ITrigL2CaloLayersHypoTool> {
19
public
:
20
TrigL2CaloLayersHypoTool
(
const
std::string&
type
,
21
const
std::string& name,
22
const
IInterface* parent );
23
24
virtual
StatusCode
initialize
()
override
;
25
26
virtual
StatusCode
decide
( std::vector<CaloLayersInfo>& input )
const override
;
27
28
virtual
bool
decide
(
const
CaloLayersInfo& i )
const override
;
29
30
31
private
:
32
HLT::Identifier
m_decisionId
;
33
34
Gaudi::Property< std::vector<float> >
m_EnergyFracCut
{
this
,
"EnergyFractionCut"
,{1.0,1.0,1.0,1.0},
"Energy Fraction Cuts"
};
35
Gaudi::Property< std::vector<float> >
m_EnergyAbsCut
{
this
,
"AbsoluteEnergyCut"
,{999999.0, 999999.0, 999999.0, 999999.0},
"Absolute Energy Cuts"
};
36
Gaudi::Property<bool>
m_acceptAll
{
this
,
"AcceptAll"
,
false
,
"Accept All"
};
37
//ToolHandle< GenericMonitoringTool > m_monTool { this, "MonTool", "", "Monitoring tool" };
38
39
};
40
41
#endif
//> !TRIGCALOHYPO_TRIGL2CALOLAYERSHYPOTOOL_H
42
AthAlgTool.h
GenericMonitoringTool.h
ITrigL2CaloLayersHypoTool.h
HLTIdentifier.h
TrigCompositeUtils.h
HLT::Identifier
Definition
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:19
TrigL2CaloLayersHypoTool::initialize
virtual StatusCode initialize() override
Definition
TrigL2CaloLayersHypoTool.cxx:23
TrigL2CaloLayersHypoTool::m_EnergyAbsCut
Gaudi::Property< std::vector< float > > m_EnergyAbsCut
Definition
TrigL2CaloLayersHypoTool.h:35
TrigL2CaloLayersHypoTool::TrigL2CaloLayersHypoTool
TrigL2CaloLayersHypoTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TrigL2CaloLayersHypoTool.cxx:15
TrigL2CaloLayersHypoTool::m_decisionId
HLT::Identifier m_decisionId
Definition
TrigL2CaloLayersHypoTool.h:32
TrigL2CaloLayersHypoTool::m_EnergyFracCut
Gaudi::Property< std::vector< float > > m_EnergyFracCut
Definition
TrigL2CaloLayersHypoTool.h:34
TrigL2CaloLayersHypoTool::decide
virtual StatusCode decide(std::vector< CaloLayersInfo > &input) const override
TrigL2CaloLayersHypoTool::decide
virtual bool decide(const CaloLayersInfo &i) const override
TrigL2CaloLayersHypoTool::m_acceptAll
Gaudi::Property< bool > m_acceptAll
Definition
TrigL2CaloLayersHypoTool.h:36
type
Generated on
for ATLAS Offline Software by
1.14.0