Forked from
atlas / athena
106486 commits behind the upstream repository.
-
Goetz Gaycken authored
- provide methods to create fitters with all its tools which use customized pixel cluster on track tools with configurable split cluster maps, and - use these methods to create fitters for extended track collections, which require different split cluster maps. This fixes q223, which requires a special split cluster map for pixel tracks.
Goetz Gaycken authored- provide methods to create fitters with all its tools which use customized pixel cluster on track tools with configurable split cluster maps, and - use these methods to create fitters for extended track collections, which require different split cluster maps. This fixes q223, which requires a special split cluster map for pixel tracks.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
InDetRecExampleConfigDb.py 2.40 KiB
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
from AthenaCommon.CfgGetter import addTool
# add tools and algorithms to the ConfiguredFactory, see:
# https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/ConfiguredFactory
addTool('InDetRecExample.InDetRecExampleConfig.KalmanCompetingPixelClustersTool','KalmanCompetingPixelClustersTool')
addTool('InDetRecExample.InDetRecExampleConfig.KalmanCompetingSCT_ClustersTool','KalmanCompetingSCT_ClustersTool')
# addTool('InDetRecExample.InDetRecExampleConfig.KalmanCompetingRIOsTool','KalmanCompetingRIOsTool')
addTool('InDetRecExample.InDetRecExampleConfig.KalmanCompetingRIOsTool','KalmanCompetingRIOsTool')
addTool('InDetRecExample.InDetRecExampleConfig.InDetDNAdjustor','InDetDNAdjustor')
addTool('InDetRecExample.InDetRecExampleConfig.InDetDNASeparator','InDetDNASeparator')
addTool('InDetRecExample.InDetRecExampleConfig.InDetAnnealFKFRef','InDetAnnealFKFRef')
addTool('InDetRecExample.InDetRecExampleConfig.InDetFKFRef','InDetFKFRef')
addTool('InDetRecExample.InDetRecExampleConfig.InDetAnnealFKF','InDetAnnealFKF')
addTool('InDetRecExample.InDetRecExampleConfig.InDetFKF','InDetFKF')
addTool('InDetRecExample.InDetRecExampleConfig.InDetBKS','InDetBKS')
addTool('InDetRecExample.InDetRecExampleConfig.InDetAnnealBKS','InDetAnnealBKS')
addTool('InDetRecExample.InDetRecExampleConfig.KalmanInternalDAF','KalmanInternalDAF')
addTool('InDetRecExample.InDetRecExampleConfig.KalmanInternalDAFRef','KalmanInternalDAFRef')
addTool('InDetRecExample.InDetRecExampleConfig.KOL_RecoveryID','KOL_RecoveryID')
addTool('InDetRecExample.InDetRecExampleConfig.InDetKOL','InDetKOL')
addTool('InDetRecExample.InDetRecExampleConfig.InDetMeasRecalibST','InDetMeasRecalibST')
# addTool('InDetRecExample.InDetRecExampleConfig.InDetKalmanTrackFitterBase','InDetKalmanTrackFitterBase')
addTool('InDetRecExample.InDetRecExampleConfig.KalmanFitter','KalmanFitter')
addTool('InDetRecExample.InDetRecExampleConfig.ReferenceKalmanFitter','ReferenceKalmanFitter')
addTool('InDetRecExample.InDetRecExampleConfig.KalmanDNAFitter','KalmanDNAFitter')
addTool('InDetRecExample.InDetRecExampleConfig.InDetTrackFitter','InDetTrackFitter')
addTool('InDetRecExample.InDetRecExampleConfig.InDetTrackFitterLowPt','InDetTrackFitterLowPt')
addTool('InDetRecExample.InDetRecExampleConfig.InDetTrackFitterTRT','InDetTrackFitterTRT')
addTool('InDetRecExample.InDetRecExampleConfig.InDetTrackFitterDBM','InDetTrackFitterDBM')