13#ifndef SiSpacePointsSeedTool_xk_FileRoISeedTool_h
14#define SiSpacePointsSeedTool_xk_FileRoISeedTool_h
17#include "GaudiKernel/EventContext.h"
28 public extends<AthAlgTool, IZWindowRoISeedTool>
41 FileRoISeedTool(
const std::string&,
const std::string&,
const IInterface*);
51 virtual std::vector<ZWindow>
getRoIs(
const EventContext& ctx)
const override;
64 StringProperty
m_filename{
this,
"InputFileName",
"",
"Input file MUST be specified with LowPtRoIFile job option"};
65 FloatProperty
m_z0Window{
this,
"TrackZ0Window", 30.0,
"Size of RoI along z-axis"};
Property holding a SG store/key/clid from which a ReadHandle is made.