Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGGEPPERF_GepCellsHandlerALG_H
6 #define TRIGGEPPERF_GepCellsHandlerALG_H
11 #include "GaudiKernel/ToolHandle.h"
42 default:
ATH_MSG_FATAL(
"A GEP energy encoding scheme with " <<
value <<
" energy bits is currently not defined");
43 return StatusCode::FAILURE;
49 return StatusCode::SUCCESS;
54 ATH_MSG_FATAL(
"The value of the least significant bit in the GEP energy encoding cannot be set to " <<
value);
55 return StatusCode::FAILURE;
57 ATH_MSG_INFO(
"Setting the value for the least significant bit in the GEP energy encoding to " <<
value <<
" MeV");
60 return StatusCode::SUCCESS;
66 return StatusCode::FAILURE;
71 return StatusCode::SUCCESS;
85 "String defining the GEP readout scheme according to number of readout bits + '-' + value of LSB in MeV + '-' + gain value"};
88 "Enabling or disabling the hardware-style energy encoding for the GEP"};
91 "Enabling or disabling the truncation of cells from FEBs with more than the maximum number of cells which can be send"};
93 Gaudi::Property<std::string>
m_LArCellMap {
this,
"LArCellMapFile",
"UpgradePerformanceFunctions/LAr_Cell_Map_offlineID_0.csv",
94 "File associating LAr cells with readout FEBs and connection technology"};
111 const EventContext&)
const;
116 #endif //> !TRIGGEPPERF_GEPCELLSHANDLERALG_H
virtual StatusCode initialize() override
StatusCode setLeastSignificantBit(int value)
std::map< unsigned int, Gep::GepCaloCell > m_gepCellsBase
SG::WriteHandleKey< Gep::GepCellMap > m_outputGepCellsKey
SG::ReadCondHandleKey< CaloNoise > m_electronicNoiseKey
Key of the CaloNoise Conditions data object.
SG::ReadHandleKey< CaloCellContainer > m_caloCellsKey
std::vector< unsigned int > getNeighbours(const CaloCellContainer &allcells, const CaloCell *acell, const EventContext &) const
Definition of CaloDetDescrManager.
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< bool > m_doGepHardwareStyleEnergyEncoding
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &) const override
Gaudi::Property< std::string > m_GepEnergyEncodingScheme
SG::ReadCondHandleKey< CaloNoise > m_totalNoiseKey
unsigned m_maxCellsPerFEB
Helper class for offline cell identifiers.
Gaudi::Property< std::string > m_LArCellMap
StatusCode removeCellsFromOverloadedFEB(std::vector< Gep::GepCaloCell > &cells) const
GepCellsHandlerAlg(const std::string &name, ISvcLocator *pSvcLocator)
Container class for CaloCell.
StatusCode setNumberOfEnergyBits(int value)
Data object for each calorimeter readout cell.
const CaloCell_ID * m_CaloCell_ID
int getGepEnergy(float offline_et) const
StatusCode setG(int value)
Gaudi::Property< bool > m_doTruncationOfOverflowingFEBs