ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaForwardHypo
src
TrigEgammaForwardPrecisionCaloHypoTool.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 TrigEgammaForwardPrecisionCaloHypoTool_h
5
#define TrigEgammaForwardPrecisionCaloHypoTool_h
6
7
#include "
AthenaBaseComps/AthAlgTool.h
"
8
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
9
#include "
TrigCompositeUtils/HLTIdentifier.h
"
10
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
11
#include "
ITrigEgammaForwardPrecisionCaloHypoTool.h
"
12
17
18
class
TrigEgammaForwardPrecisionCaloHypoTool
:
public
extends<AthAlgTool, ITrigEgammaForwardPrecisionCaloHypoTool> {
19
public
:
20
TrigEgammaForwardPrecisionCaloHypoTool
(
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<ITrigEgammaForwardPrecisionCaloHypoTool::ClusterInfo>& input )
const override
;
27
28
virtual
bool
decide
(
const
ITrigEgammaForwardPrecisionCaloHypoTool::ClusterInfo
& i )
const override
;
29
30
private
:
31
HLT::Identifier
m_decisionId
;
32
33
//Calorimeter electron ID cuts
34
Gaudi::Property< std::vector<float> >
m_etabin
{
this
,
"EtaBins"
, {} ,
"Bins of eta"
};
35
Gaudi::Property< std::vector<float> >
m_eTthr
{
this
,
"ETthr"
, {},
"ET Threshold"
};
36
Gaudi::Property< std::vector<float> >
m_eT2thr
{
this
,
"ET2thr"
, {},
"Second layer ET threshold"
};
37
Gaudi::Property< float >
m_detacluster
{
this
,
"dETACLUSTERthr"
, 0. ,
""
};
38
Gaudi::Property< float >
m_dphicluster
{
this
,
"dPHICLUSTERthr"
, 0. ,
""
};
39
40
ToolHandle< GenericMonitoringTool >
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
41
int
findCutIndex(
float
eta
)
const
;
42
};
43
44
#endif
//> !TRIGEGAMMAHYPO_PRECISIONCALOHYPOTOOL_H
eta
Scalar eta() const
pseudorapidity method
Definition
AmgMatrixBasePlugin.h:83
AthAlgTool.h
GenericMonitoringTool.h
ITrigEgammaForwardPrecisionCaloHypoTool.h
HLTIdentifier.h
TrigCompositeUtils.h
HLT::Identifier
Definition
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:19
TrigEgammaForwardPrecisionCaloHypoTool::m_detacluster
Gaudi::Property< float > m_detacluster
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:37
TrigEgammaForwardPrecisionCaloHypoTool::decide
virtual StatusCode decide(std::vector< ITrigEgammaForwardPrecisionCaloHypoTool::ClusterInfo > &input) const override
TrigEgammaForwardPrecisionCaloHypoTool::m_eT2thr
Gaudi::Property< std::vector< float > > m_eT2thr
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:36
TrigEgammaForwardPrecisionCaloHypoTool::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:40
TrigEgammaForwardPrecisionCaloHypoTool::m_etabin
Gaudi::Property< std::vector< float > > m_etabin
selection variable for PRECISION calo selection:eta bins
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:34
TrigEgammaForwardPrecisionCaloHypoTool::m_dphicluster
Gaudi::Property< float > m_dphicluster
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:38
TrigEgammaForwardPrecisionCaloHypoTool::m_decisionId
HLT::Identifier m_decisionId
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:31
TrigEgammaForwardPrecisionCaloHypoTool::m_eTthr
Gaudi::Property< std::vector< float > > m_eTthr
Definition
TrigEgammaForwardPrecisionCaloHypoTool.h:35
TrigEgammaForwardPrecisionCaloHypoTool
Definition
TrigEgammaForwardPrecisionCaloHypoTool.py:1
initialize
void initialize()
Definition
run_EoverP.cxx:894
type
ITrigEgammaForwardPrecisionCaloHypoTool::ClusterInfo
Definition
ITrigEgammaForwardPrecisionCaloHypoTool.h:25
Generated on
for ATLAS Offline Software by
1.17.0