Skip to content
Snippets Groups Projects

RoadPredictor tool for Trigger Phase II ITk tracking, EFTRACK-142

Merged Dmitry Emeliyanov requested to merge demelian/athena:trig-ftf-itk-det-road-tool into main
@@ -32,7 +32,9 @@ private:
Gaudi::Property<int> m_nClustersMin {this, "nClustersMin", 7, "Minimum number of clusters on track"};
SG::ReadCondHandleKey<AtlasFieldCacheCondObj> m_fieldCondObjInputKey {this, "AtlasFieldCacheCondObj", "fieldCondObj", "Name of the Magnetic Field conditions object key"};
SG::ReadCondHandleKey<AtlasFieldCacheCondObj> m_fieldCondObjInputKey{
this, "AtlasFieldCacheCondObj", "fieldCondObj",
"Name of the Magnetic Field conditions object key"};
};
Loading