45 Gaudi::Property<std::vector<std::string>> m_triggerListSpacePointsMon{this, "triggerListSpacePointsMon",{}, "Add triggers to this to be monitored"};
46 Gaudi::Property<std::vector<std::string>> m_triggerListTrackingMon{this, "triggerListTrackingMon",{}, "Add triggers to this to be monitored"};
47
48 ToolHandle<InDet::IInDetTrackSelectionTool> m_trackSelectionTool {this, "TrackSelectionTool", "InDetTrackSelectionTool", "Tool for selecting tracks"};
49 Gaudi::Property<float> m_minPt{ this, "minPt", 0.0, "Consider offline tracks only if above this threshold (in MeV)"};