5#ifndef jTowerMakerFromJfexTowers_H
6#define jTowerMakerFromJfexTowers_H
31 virtual StatusCode
execute(
const EventContext& ctx)
const override;
45 Gaudi::Property<bool>
m_UseEmulated {
this,
"UseEmulated",
true,
"It switches off the CaloCell -> Jtower path. It uses instead L1_jFexDataTowers and L1_jFexEmulatedTowers "};
46 Gaudi::Property<bool>
m_isMC {
this,
"IsMC",
false,
"Is used to know when we run on data. So L1_jFexDataTowers can be present"};
52 ToolHandle<IjTowerBuilder>
m_jTowerBuilderTool {
this,
"jTowerBuilderTool",
"LVL1::jTowerBuilder",
"Tool that builds jTowers for simulation"};
53 ToolHandle<IjSuperCellTowerMapper>
m_jSuperCellTowerMapperTool {
this,
"jSuperCellTowerMapperTool",
"LVL1::jSuperCellTowerMapper",
"Tool that maps supercells to jTowers"};
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
An algorithm that can be simultaneously executed in multiple threads.
This class initializes the Calo (LAr and Tile) offline identifiers.
jTowerMakerFromJfexTowers(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::jFexTowerContainer > m_EmulTowerKey
SG::WriteHandleKey< LVL1::jTowerContainer > m_jTowerContainerSGKey
~jTowerMakerFromJfexTowers()=default
SG::ReadHandleKey< xAOD::jFexTowerContainer > m_DataTowerKey
Gaudi::Property< bool > m_UseEmulated
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< bool > m_isMC
ToolHandle< IjSuperCellTowerMapper > m_jSuperCellTowerMapperTool
ToolHandle< IjTowerBuilder > m_jTowerBuilderTool
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...