3 #ifndef FPGATrackSimROADUNIONTOOL_H
4 #define FPGATrackSimROADUNIONTOOL_H
16 #include "GaudiKernel/ServiceHandle.h"
42 std::vector<std::shared_ptr<const FPGATrackSimRoad>> &roads,
43 std::vector<FPGATrackSimTruthTrack>
const &truthtracks)
49 StatusCode getRoads(
const std::vector<std::shared_ptr<const FPGATrackSimHit>> &
hits, std::vector<std::shared_ptr<const FPGATrackSimRoad>> & roads);
56 ToolHandleArray<IFPGATrackSimRoadFinderTool>
const &
tools()
const {
return m_tools; }
63 Gaudi::Property<bool>
m_noHitFilter{
this,
"noHitFilter", {
false},
"Disable filtering of hits"};
73 ToolHandleArray<IFPGATrackSimRoadFinderTool>
m_tools;