16#ifndef eFexEventDumper_H
17#define eFexEventDumper_H
41 virtual StatusCode
execute(
const EventContext& ctx)
const;
45 Gaudi::Property<std::string>
m_outputFileName {
this,
"OutputFile",
"eFexEvents.root",
"Name of the output file to dump to"};
50 "Key to noise cuts (AttrListCollection)"};
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_towerKey
virtual StatusCode execute(const EventContext &ctx) const
~eFexEventDumper()=default
virtual StatusCode initialize()
SG::ReadHandleKey< xAOD::eFexEMRoIContainer > m_emTOBKey
SG::ReadCondHandleKey< CondAttrListCollection > m_noiseCutsKey
std::shared_ptr< TFile > m_file
eFexEventDumper(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > m_tauTOBKey
Gaudi::Property< std::string > m_outputFileName
Property holding a SG store/key/clid from which a ReadHandle is made.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...