ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
L1CaloFEX
TrigT1CaloFexPerf
src
EFexTauAlgorithm.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
9
10
#ifndef LVL1__TRIGT1CALORUN3TAUFEX
11
#define LVL1__TRIGT1CALORUN3TAUFEX
12
13
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
14
#include "
StoreGate/ReadHandleKey.h
"
15
#include "
StoreGate/WriteHandleKey.h
"
16
#include "
CaloEvent/CaloConstCellContainer.h
"
17
#include "
xAODTrigL1Calo/TriggerTowerContainer.h
"
18
#include "
xAODTrigger/EmTauRoIContainer.h
"
19
20
#include "TH1F.h"
21
#include "TH2F.h"
22
#include "TFile.h"
23
24
namespace
LVL1
25
{
26
class
EFexTauAlgorithm
:
public
AthReentrantAlgorithm
27
{
28
public
:
29
EFexTauAlgorithm
(
const
std::string &
name
, ISvcLocator *pSvcLocator);
30
31
virtual
~EFexTauAlgorithm
();
32
33
StatusCode
initialize
()
override
;
34
StatusCode
execute
(
const
EventContext& ctx)
const override
;
35
36
private
:
40
42
float
CaloCellET
(
const
CaloCell
*
const
&inputCell,
float
digitScale,
float
digitThreshold)
const
;
43
47
SG::ReadHandleKey<CaloCellContainer>
m_inputCellContainerKey
;
48
SG::ReadHandleKey<CaloCellContainer>
m_inputTileCellContainerKey
;
49
SG::ReadHandleKey<xAOD::TriggerTowerContainer>
m_inputTriggerTowerContainerKey
;
50
SG::WriteHandleKey<xAOD::EmTauRoIContainer>
m_outputClusterName
;
51
55
bool
m_use_tileCells
;
56
57
bool
m_useProvenanceSkim
;
58
bool
m_useProvenance
;
59
int
m_qualBitMask
;
60
61
float
m_nominalDigitization
;
62
float
m_nominalNoise_thresh
;
63
float
m_timeThr
;
64
};
65
}
// namespace LVL1
66
#endif
AthReentrantAlgorithm.h
CaloConstCellContainer.h
CaloCellContainer that can accept const cell pointers.
EmTauRoIContainer.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.
TriggerTowerContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
CaloCell
Data object for each calorimeter readout cell.
Definition
CaloCell.h:57
LVL1::EFexTauAlgorithm::m_timeThr
float m_timeThr
Definition
EFexTauAlgorithm.h:63
LVL1::EFexTauAlgorithm::m_useProvenanceSkim
bool m_useProvenanceSkim
clear up container from bad BC by making a new container (Denis, old way)
Definition
EFexTauAlgorithm.h:57
LVL1::EFexTauAlgorithm::m_useProvenance
bool m_useProvenance
clear up container from bad BC by skipping scells
Definition
EFexTauAlgorithm.h:58
LVL1::EFexTauAlgorithm::initialize
StatusCode initialize() override
Definition
EFexTauAlgorithm.cxx:54
LVL1::EFexTauAlgorithm::m_qualBitMask
int m_qualBitMask
Configurable quality bitmask.
Definition
EFexTauAlgorithm.h:59
LVL1::EFexTauAlgorithm::m_use_tileCells
bool m_use_tileCells
properties
Definition
EFexTauAlgorithm.h:55
LVL1::EFexTauAlgorithm::EFexTauAlgorithm
EFexTauAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition
EFexTauAlgorithm.cxx:32
LVL1::EFexTauAlgorithm::m_nominalDigitization
float m_nominalDigitization
value of nominal digitisation
Definition
EFexTauAlgorithm.h:61
LVL1::EFexTauAlgorithm::m_inputCellContainerKey
SG::ReadHandleKey< CaloCellContainer > m_inputCellContainerKey
input / output
Definition
EFexTauAlgorithm.h:47
LVL1::EFexTauAlgorithm::m_inputTileCellContainerKey
SG::ReadHandleKey< CaloCellContainer > m_inputTileCellContainerKey
Tile cell input container.
Definition
EFexTauAlgorithm.h:48
LVL1::EFexTauAlgorithm::execute
StatusCode execute(const EventContext &ctx) const override
Definition
EFexTauAlgorithm.cxx:123
LVL1::EFexTauAlgorithm::~EFexTauAlgorithm
virtual ~EFexTauAlgorithm()
LVL1::EFexTauAlgorithm::m_outputClusterName
SG::WriteHandleKey< xAOD::EmTauRoIContainer > m_outputClusterName
Definition
EFexTauAlgorithm.h:50
LVL1::EFexTauAlgorithm::m_nominalNoise_thresh
float m_nominalNoise_thresh
noise threshold
Definition
EFexTauAlgorithm.h:62
LVL1::EFexTauAlgorithm::m_inputTriggerTowerContainerKey
SG::ReadHandleKey< xAOD::TriggerTowerContainer > m_inputTriggerTowerContainerKey
TriggerTowers (if needed).
Definition
EFexTauAlgorithm.h:49
LVL1::EFexTauAlgorithm::CaloCellET
float CaloCellET(const CaloCell *const &inputCell, float digitScale, float digitThreshold) const
member functions
Definition
EFexTauAlgorithm.cxx:65
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