|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGINDETPATTRECOTOOLS_TRIGINDETTRACKSEEDINGTOOL_H
6 #define TRIGINDETPATTRECOTOOLS_TRIGINDETTRACKSEEDINGTOOL_H
8 #include "GaudiKernel/ToolHandle.h"
48 std::pair<int, int>
buildTheGraph(
const IRoiDescriptor&,
const std::unique_ptr<TrigFTF_GNN_DataStorage>&, std::vector<TrigFTF_GNN_Edge>&)
const;
50 int runCCA(
int, std::vector<TrigFTF_GNN_Edge>&)
const;
52 ToolHandle<ITrigL2LayerNumberTool>
m_layerNumberTool {
this,
"layerNumberTool",
"TrigL2LayerNumberToolITk"};
69 BooleanProperty
m_useML{
this,
"useML",
true};
74 FloatProperty
m_minPt{
this,
"pTmin", 1000.0};
81 ToolHandle<IRegSelTool>
m_regsel_pix {
this,
"RegSelTool_Pixel",
"RegSelTool/RegSelTool_Pixel" };
82 ToolHandle<IRegSelTool>
m_regsel_sct {
this,
"RegSelTool_SCT",
"RegSelTool/RegSelTool_SCT" };
86 std::unique_ptr<const TrigFTF_GNN_Geometry>
m_geo =
nullptr;
Property holding a SG store/key/clid from which a ReadHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Describes the API of the Region of Ineterest geometry.
This class provides an interface to generate or decode an identifier for the upper levels of the dete...