![]() |
ATLAS Offline Software
|
Functions | |
| intList (string) | |
| floatList (floatStr) | |
| applyTag (obj, tag) | |
| addHoughTool (map_tag, algo_tag, doHitTracing) | |
| addHough_d0phi0_Tool (map_tag, algo_tag, doHitTracing) | |
| addHough1DShiftTool (map_tag, algo_tag) | |
| addLRTDoubletFPGATrackSimool (algo_tag) | |
| FPGATrackSimDataPrepMonitoringCfg (flags) | |
| original monitor histograms | |
| FPGATrackSimTrackMonCfg (name, flags, variety='road') | |
| new monitoring tool | |
| FPGATrackSimOverlapRemovalToolMonitoringCfg (flags) | |
| FPGATrackSimSecondStageAlgMonitoringCfg (flags) | |
@author Riley Xu - rixu@cern.ch @date Feb 6th 2020 @brief This file declares functions that configure the tools and algorithms in FPGATrackSimAlgorithms.
| FPGATrackSimAlgorithmConfig.addHough1DShiftTool | ( | map_tag, | |
| algo_tag ) |
Definition at line 190 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.addHough_d0phi0_Tool | ( | map_tag, | |
| algo_tag, | |||
| doHitTracing ) |
Creates and adds the Hough transform tools to the tool svc
Definition at line 125 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.addHoughTool | ( | map_tag, | |
| algo_tag, | |||
| doHitTracing ) |
Creates and adds the Hough transform tools to the tool svc
Definition at line 51 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.addLRTDoubletFPGATrackSimool | ( | algo_tag | ) |
Definition at line 235 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.applyTag | ( | obj, | |
| tag ) |
Applies the parameters in the supplied tag to the given FPGATrackSimAlgorithm object.
Definition at line 23 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.floatList | ( | floatStr | ) |
Converts a list of floats in string form to an actual list. This is needed since trfArgClasses doesn't have a argFloatList class
Definition at line 16 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.FPGATrackSimDataPrepMonitoringCfg | ( | flags | ) |
original monitor histograms
Definition at line 247 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.FPGATrackSimOverlapRemovalToolMonitoringCfg | ( | flags | ) |
Definition at line 332 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.FPGATrackSimSecondStageAlgMonitoringCfg | ( | flags | ) |
Definition at line 345 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.FPGATrackSimTrackMonCfg | ( | name, | |
| flags, | |||
| variety = 'road' ) |
new monitoring tool
Definition at line 268 of file FPGATrackSimAlgorithmConfig.py.
| FPGATrackSimAlgorithmConfig.intList | ( | string | ) |
Definition at line 13 of file FPGATrackSimAlgorithmConfig.py.