 |
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef eFexEventDumper_H
17 #define eFexEventDumper_H
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)"};
virtual StatusCode execute(const EventContext &ctx) const
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
SG::ReadCondHandleKey< CondAttrListCollection > m_noiseCutsKey
SG::ReadHandleKey< xAOD::eFexTauRoIContainer > m_tauTOBKey
Property holding a SG store/key/clid from which a ReadHandle is made.
eFexEventDumper(const std::string &name, ISvcLocator *pSvcLocator)
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
SG::ReadHandleKey< xAOD::eFexEMRoIContainer > m_emTOBKey
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize()
SG::ReadHandleKey< xAOD::eFexTowerContainer > m_towerKey
::StatusCode StatusCode
StatusCode definition for legacy code.
~eFexEventDumper()=default
std::shared_ptr< TFile > m_file
Gaudi::Property< std::string > m_outputFileName