5#ifndef eTowerMakerFromEfexTowers_H
6#define eTowerMakerFromEfexTowers_H
28 virtual StatusCode
execute(
const EventContext& ctx)
const override;
36 UnsignedIntegerProperty
m_minTowersRequired {
this,
"MinTowersRequired",1,
"Will use the primary collection provided there's at least this many towers there"};
39 ToolHandle<IeTowerBuilder>
m_eTowerBuilderTool {
this,
"eTowerBuilderTool",
"LVL1::eTowerBuilder",
"Tool that builds eTowers for simulation"};
42 "Key to noise cuts (AttrListCollection)"};
43 UnsignedIntegerProperty
m_noiseCutBeginTimestamp {
this,
"NoiseCutsBeginTimestamp",1672531200,
"Earliest timestamp that noise cuts will be applied from db. Default is start of 2023"};
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.
SG::ReadHandleKey< xAOD::eFexTowerContainer > m_eFexTowerContainer2SGKey
SG::ReadHandleKey< xAOD::eFexTowerContainer > m_eFexTowerContainerSGKey
UnsignedIntegerProperty m_noiseCutBeginTimestamp
UnsignedIntegerProperty m_minTowersRequired
SG::ReadCondHandleKey< CondAttrListCollection > m_noiseCutsKey
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< IeTowerBuilder > m_eTowerBuilderTool
eTowerMakerFromEfexTowers(const std::string &name, ISvcLocator *pSvcLocator)
std::atomic< bool > m_printedNoiseCuts
~eTowerMakerFromEfexTowers()=default
virtual StatusCode initialize() override
SG::WriteHandleKey< LVL1::eTowerContainer > m_eTowerContainerSGKey
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...