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