![]() |
ATLAS Offline Software
|
#include <GlobalCellTowerAlgTool.h>
Public Member Functions | |
| GlobalCellTowerAlgTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| Main constructor. More... | |
| ~GlobalCellTowerAlgTool () override=default | |
| Main destructor (explicitly defaulted) More... | |
| virtual StatusCode | initialize () override |
| Initialize function running before first event. More... | |
| virtual StatusCode | run (const EventContext &ctx) const override |
| Main functional block running for each event. More... | |
| virtual std::string | toString () const override |
| Overriding toString function from base class. More... | |
Private Attributes | |
| SG::ReadHandleKey< GlobalSim::GlobalLArCellContainer > | m_gblLArCellContainerKey {this, "GlobalLArCellsKey", "GlobalLArCells", "Key for the output container of the LAr cells sent to Global"} |
| Key to the GlobalLArCellContainer. More... | |
| SG::WriteHandleKey< IOBitwise::ICommonTOBContainer > | m_gblCellTowers {this, "GlobalCellTowersKey", "GlobalCellTowers", "Key to the container of generic TOBS containing the cell towers"} |
| Write key for the output cell towers as a GenericTobContainer. More... | |
Definition at line 30 of file GlobalCellTowerAlgTool.h.
| GlobalSim::GlobalCellTowerAlgTool::GlobalCellTowerAlgTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Main constructor.
Definition at line 12 of file GlobalCellTowerAlgTool.cxx.
|
overridedefault |
Main destructor (explicitly defaulted)
|
overridevirtual |
Initialize function running before first event.
Definition at line 18 of file GlobalCellTowerAlgTool.cxx.
|
overridevirtual |
Main functional block running for each event.
Definition at line 28 of file GlobalCellTowerAlgTool.cxx.
|
overridevirtual |
Overriding toString function from base class.
Definition at line 80 of file GlobalCellTowerAlgTool.cxx.
|
private |
Write key for the output cell towers as a GenericTobContainer.
Definition at line 55 of file GlobalCellTowerAlgTool.h.
|
private |
Key to the GlobalLArCellContainer.
Definition at line 52 of file GlobalCellTowerAlgTool.h.
1.8.18