![]() |
ATLAS Offline Software
|
AlgTool to extract the gFex Rho information into the GlobalSim TOB system. More...
#include <gFexRhoCvtrAlgTool.h>
Public Member Functions | |
| gFexRhoCvtrAlgTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~gFexRhoCvtrAlgTool () override=default |
| virtual StatusCode | initialize () override |
| Initialize function running before first event. | |
| virtual StatusCode | run (const std::unique_ptr< IDataCollector > &, const EventContext &ctx) const override |
| Main functional block running for each event. | |
| virtual std::string | toString () const override |
Private Attributes | |
| SG::ReadHandleKey< xAOD::gFexJetRoIContainer > | m_gFexJetRoIKey {this, "gFexJetRoIKey", "L1_gFexRhoRoI", "gFexRho EDM"} |
| SG::WriteHandleKey< GlobalSim::IOBitwise::gFexRhoTOBContainer > | m_gFexRhoTOBContainerKey |
AlgTool to extract the gFex Rho information into the GlobalSim TOB system.
Definition at line 25 of file gFexRhoCvtrAlgTool.h.
| GlobalSim::gFexRhoCvtrAlgTool::gFexRhoCvtrAlgTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 9 of file gFexRhoCvtrAlgTool.cxx.
|
overridevirtualdefault |
|
overridevirtual |
Initialize function running before first event.
Definition at line 15 of file gFexRhoCvtrAlgTool.cxx.
|
overridevirtual |
Main functional block running for each event.
Definition at line 23 of file gFexRhoCvtrAlgTool.cxx.
|
overridevirtual |
Definition at line 62 of file gFexRhoCvtrAlgTool.cxx.
|
private |
Definition at line 47 of file gFexRhoCvtrAlgTool.h.
|
private |
Definition at line 51 of file gFexRhoCvtrAlgTool.h.