|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef eTowerMakerFromEfexTowers_H
6 #define eTowerMakerFromEfexTowers_H
35 UnsignedIntegerProperty
m_minTowersRequired {
this,
"MinTowersRequired",1,
"Will use the primary collection provided there's at least this many towers there"};
38 ToolHandle<IeTowerBuilder>
m_eTowerBuilderTool {
this,
"eTowerBuilderTool",
"LVL1::eTowerBuilder",
"Tool that builds eTowers for simulation"};
41 "Key to noise cuts (AttrListCollection)"};
42 UnsignedIntegerProperty
m_noiseCutBeginTimestamp {
this,
"NoiseCutsBeginTimestamp",1672531200,
"Earliest timestamp that noise cuts will be applied from db. Default is start of 2023"};
virtual StatusCode initialize() override
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
SG::ReadHandleKey< xAOD::eFexTowerContainer > m_eFexTowerContainerSGKey
SG::ReadHandleKey< xAOD::eFexTowerContainer > m_eFexTowerContainer2SGKey
ToolHandle< IeTowerBuilder > m_eTowerBuilderTool
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< CondAttrListCollection > m_noiseCutsKey
UnsignedIntegerProperty m_minTowersRequired
Property holding a SG store/key/clid from which a ReadHandle is made.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
An algorithm that can be simultaneously executed in multiple threads.
UnsignedIntegerProperty m_noiseCutBeginTimestamp
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< LVL1::eTowerContainer > m_eTowerContainerSGKey
eTowerMakerFromEfexTowers(const std::string &name, ISvcLocator *pSvcLocator)
std::atomic< bool > m_printedNoiseCuts
~eTowerMakerFromEfexTowers()=default