![]() |
ATLAS Offline Software
|
#include <GlobalJet1AlgTool.h>
Public Member Functions | |
| GlobalJet1AlgTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Main constructor. | |
| ~GlobalJet1AlgTool () override=default | |
| Main destructor (explicitly defaulted). | |
| virtual StatusCode | initialize () override |
| Initialize function running before first event. | |
| virtual StatusCode | run (const EventContext &ctx) const override |
| Main functional block running for each event. | |
| virtual std::string | toString () const override |
| Overriding toString function from base class. | |
Private Attributes | |
| SG::ReadHandleKey< IOBitwise::CommonTOBContainer > | m_gblCellTowers |
| Read key for the output cell towers as a GenericTobContainer. | |
| SG::WriteHandleKey< IOBitwise::CommonTOBContainer > | m_gblJet1JetsContainerKey |
| Write key for the output Jet1Jets as a GenericTobContainer. | |
Definition at line 31 of file GlobalJet1AlgTool.h.
| GlobalSim::GlobalJet1AlgTool::GlobalJet1AlgTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Main constructor.
Definition at line 15 of file GlobalJet1AlgTool.cxx.
|
overridedefault |
Main destructor (explicitly defaulted).
|
overridevirtual |
Initialize function running before first event.
Definition at line 21 of file GlobalJet1AlgTool.cxx.
|
overridevirtual |
Main functional block running for each event.
Definition at line 31 of file GlobalJet1AlgTool.cxx.
|
overridevirtual |
Overriding toString function from base class.
Definition at line 89 of file GlobalJet1AlgTool.cxx.
|
private |
Read key for the output cell towers as a GenericTobContainer.
Definition at line 54 of file GlobalJet1AlgTool.h.
|
private |
Write key for the output Jet1Jets as a GenericTobContainer.
Definition at line 62 of file GlobalJet1AlgTool.h.