5#ifndef ACTSTRK_GBTSSEEDINGTOOL_SEEDINGTOOL_H
6#define ACTSTRK_GBTSSEEDINGTOOL_SEEDINGTOOL_H 1
17#include "Acts/Seeding2/GraphBasedTrackSeeder.hpp"
18#include "Acts/Definitions/Units.hpp"
19#include "Acts/EventData/SeedContainer2.hpp"
20#include "Acts/EventData/SpacePointContainer2.hpp"
25#include "GaudiKernel/ToolHandle.h"
49 const IInterface* parent);
57 const EventContext& ctx,
58 const std::vector<const xAOD::SpacePointContainer*>& spacePointCollections,
59 const Eigen::Vector3f& beamSpotPos,
float bFieldInZ,
78 Acts::Experimental::GraphBasedTrackSeeder::Config
m_finderCfg;
84 std::optional<Acts::Experimental::GraphBasedTrackSeeder>
m_finder;
87 std::optional<Acts::Experimental::GbtsTrackingFilter>
m_filter;
96 ToolHandle<ITrigL2LayerNumberTool>
m_layerNumberTool {
this,
"layerNumberTool",
"TrigL2LayerNumberToolITk"};
100 Gaudi::Property<std::string>
m_connectorInputFile {
this,
"connectorInputFile",
"binTables_ITK_RUN4.txt",
"input file for making connector object"};
101 Gaudi::Property<std::string>
m_lutFile {
this,
"lutInputFile",
"gbts_ml_pixel_barrel_loose.lut",
"file to LUT"};
104 Gaudi::Property<bool>
m_LRTmode {
this,
"LRTmode",
false,
"whether strip or pixel hits are used"};
105 Gaudi::Property<bool>
m_useML {
this,
"useML",
true,
"use the cluster width of the spacepoint"};
106 Gaudi::Property<bool>
m_matchBeforeCreate {
this,
"matchBeforeCreate",
true,
"need to check what this does"};
107 Gaudi::Property<bool>
m_useOldTunings {
this,
"useOldTunings",
false,
"use the tunings for 900MeV cut"};
108 Gaudi::Property<float>
m_tau_ratio_cut {
this,
"cut_tau_ratio_max",0.007,
"tau cut for doublets and triplets"};
110 Gaudi::Property<float>
m_etaBinWidthOverride {
this,
"etaBinOverride", 0.0f,
"apply custom binning for connections"};
111 Gaudi::Property<float>
m_nMaxPhiSlice {
this,
"nMaxPhiSlice",53,
"used to calculate phi slices"};
112 Gaudi::Property<bool>
m_beamSpotCorrection {
this,
"beamSpotCorrection",
true,
"apply primary vertex corrections to spacepoints"};
113 Gaudi::Property<float>
m_minPt {
this,
"minPt", 1000.0,
"Lower cutoff for seeds"};
114 Gaudi::Property<float>
m_phiSliceWidth {
this,
"phiSliceWidth",0,
"initialised in loadSpacePoints function"};
120 Gaudi::Property<bool>
m_useEtaBinning {
this,
"useEtaBinning",
true,
"bool to use eta binning from geometry structure"};
121 Gaudi::Property<bool>
m_doubletFilterRZ {
this,
"doubletFilterRZ",
true,
"bool applies new Z cuts on doublets"};
122 Gaudi::Property<float>
m_minDeltaRadius {
this,
"minDeltaRadius",2.0,
" min dr for doublet"};
123 Gaudi::Property<int>
m_nMaxEdges {
this,
"MaxEdges",3000000,
" max number of Gbts edges/doublets"};
126 Gaudi::Property<float>
m_d0_max{
this,
"d0_max", 3.0,
"not sure"};
129 Gaudi::Property<float>
m_sigmaMS {
this,
"sigmaMS", 0.016,
"process noise from multiple scattering"};
130 Gaudi::Property<float>
m_radLen {
this,
"radLen", 0.025,
"not sure"};
131 Gaudi::Property<float>
m_sigma_x {
this,
"sigma_x", 0.08,
"measurement resolution for residual on y direction"};
132 Gaudi::Property<float>
m_sigma_y {
this,
"sigma_y", 0.25,
"measurement resolution on r-z plane"};
133 Gaudi::Property<float>
m_weight_x {
this,
"weight_x", 0.5,
"penalty weight for track"};
134 Gaudi::Property<float>
m_weight_y {
this,
"weight_y", 0.5,
"penalty weight for track"};
135 Gaudi::Property<float>
m_maxDChi2_x {
this,
"maxDChi2_x", 5.0,
"gate threshold for chi2 test"};
136 Gaudi::Property<float>
m_maxDChi2_y {
this,
"maxDChi2_y", 6.0,
"gate threshold for chi2 test"};
137 Gaudi::Property<float>
m_add_hit {
this,
"add_hit", 14.0,
"reward added to tracks for each accepted hit before chi2"};
139 Gaudi::Property<float>
m_max_z0 {
this,
"max_z0", 170.0,
"not sure"};
144 Gaudi::Property<float>
m_max_endcap_clusterwidth {
this,
"max_endcap_clusterwidth", 0.35,
"discards any spacepoints which dr/dz cant be accurately modelled"};
This is an Identifier helper class for the Pixel subdetector.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...