![]() |
ATLAS Offline Software
|
#include <FileRoISeedTool.h>
Public Member Functions | |
Standard tool methods | |
| FileRoISeedTool (const std::string &, const std::string &, const IInterface *) | |
| virtual | ~FileRoISeedTool ()=default |
| virtual StatusCode | initialize () override |
| virtual std::vector< ZWindow > | getRoIs (const EventContext &ctx) const override |
| Compute RoI. | |
Protected Member Functions | |
Disallow default instantiation, copy, assignment | |
| FileRoISeedTool ()=delete | |
| FileRoISeedTool (const FileRoISeedTool &)=delete | |
| FileRoISeedTool & | operator= (const FileRoISeedTool &)=delete |
Protected Attributes | |
Tool configuration properties | |
| StringProperty | m_filename {this, "InputFileName", "", "Input file MUST be specified with LowPtRoIFile job option"} |
| FloatProperty | m_z0Window {this, "TrackZ0Window", 30.0, "Size of RoI along z-axis"} |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this, "EventInfoKey", "EventInfo", "xAOD EventInfo object"} |
Definition at line 27 of file FileRoISeedTool.h.
| InDet::FileRoISeedTool::FileRoISeedTool | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
Definition at line 26 of file FileRoISeedTool.cxx.
|
virtualdefault |
|
protecteddelete |
|
protecteddelete |
|
overridevirtual |
Compute RoI.
Compute region(s) of interest for the event.
Definition at line 53 of file FileRoISeedTool.cxx.
|
overridevirtual |
Definition at line 36 of file FileRoISeedTool.cxx.
|
protecteddelete |
|
protected |
Definition at line 67 of file FileRoISeedTool.h.
|
protected |
Definition at line 64 of file FileRoISeedTool.h.
|
protected |
Definition at line 65 of file FileRoISeedTool.h.