ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1CaloFEX
TrigT1CaloFexPerf
src
GTowerRhoSubtractionAlg.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 TRIGT1CALOFEXPERF_GTOWERRHOSUBTRACTIONALG_H
6
#define TRIGT1CALOFEXPERF_GTOWERRHOSUBTRACTIONALG_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
StoreGate/WriteHandleKey.h
"
11
#include "
xAODTrigL1Calo/JGTowerContainer.h
"
12
#include "
xAODTrigger/EnergySumRoI.h
"
13
14
namespace
LVL1
15
{
16
class
GTowerRhoSubtractionAlg
:
public
AthReentrantAlgorithm
17
{
18
public
:
19
GTowerRhoSubtractionAlg
(
const
std::string &
name
, ISvcLocator *pSvcLocator);
20
virtual
~GTowerRhoSubtractionAlg
()
override
;
21
22
virtual
StatusCode
initialize
()
override
;
23
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
24
25
private
:
26
SG::ReadHandleKey<xAOD::JGTowerContainer>
m_inputKey
;
27
SG::WriteHandleKey<xAOD::JGTowerContainer>
m_outputKey
;
28
SG::WriteHandleKey<xAOD::EnergySumRoI>
m_outputRhoKey
;
29
bool
m_useNegativeTowers
;
30
float
m_maxTowerEt
;
31
bool
m_forcePosRho
;
32
33
float
calculateRho
(
const
std::vector<const xAOD::JGTower *> &towers)
const
;
34
};
//> end class GTowerRhoSubtractionAlg
35
}
// namespace LVL1
36
37
#endif
//> !TRIGT1CALOFEXPERF_JTOWERRHOSUBTRACTIONALG_H
AthReentrantAlgorithm.h
EnergySumRoI.h
JGTowerContainer.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
LVL1::GTowerRhoSubtractionAlg::m_outputKey
SG::WriteHandleKey< xAOD::JGTowerContainer > m_outputKey
Definition
GTowerRhoSubtractionAlg.h:27
LVL1::GTowerRhoSubtractionAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
GTowerRhoSubtractionAlg.cxx:47
LVL1::GTowerRhoSubtractionAlg::initialize
virtual StatusCode initialize() override
Definition
GTowerRhoSubtractionAlg.cxx:39
LVL1::GTowerRhoSubtractionAlg::~GTowerRhoSubtractionAlg
virtual ~GTowerRhoSubtractionAlg() override
Definition
GTowerRhoSubtractionAlg.cxx:37
LVL1::GTowerRhoSubtractionAlg::m_outputRhoKey
SG::WriteHandleKey< xAOD::EnergySumRoI > m_outputRhoKey
Definition
GTowerRhoSubtractionAlg.h:28
LVL1::GTowerRhoSubtractionAlg::GTowerRhoSubtractionAlg
GTowerRhoSubtractionAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
GTowerRhoSubtractionAlg.cxx:26
LVL1::GTowerRhoSubtractionAlg::m_maxTowerEt
float m_maxTowerEt
Definition
GTowerRhoSubtractionAlg.h:30
LVL1::GTowerRhoSubtractionAlg::m_forcePosRho
bool m_forcePosRho
Definition
GTowerRhoSubtractionAlg.h:31
LVL1::GTowerRhoSubtractionAlg::calculateRho
float calculateRho(const std::vector< const xAOD::JGTower * > &towers) const
Definition
GTowerRhoSubtractionAlg.cxx:107
LVL1::GTowerRhoSubtractionAlg::m_useNegativeTowers
bool m_useNegativeTowers
Definition
GTowerRhoSubtractionAlg.h:29
LVL1::GTowerRhoSubtractionAlg::m_inputKey
SG::ReadHandleKey< xAOD::JGTowerContainer > m_inputKey
Definition
GTowerRhoSubtractionAlg.h:26
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
IZdcDataAccess.h:13
TrigConf::name
Definition
HLTChainList.h:35
Generated on
for ATLAS Offline Software by
1.17.0