TrackFindingAlg uses list of input collections
- Change TrackFindingAlg input keys from separate pixel+strip keys to lists of keys:
-
PixelClusterContainerKey
+StripClusterContainerKey
→UncalibratedMeasurementContainerKeys
-
PixelDetectorElements
+StripDetectorElements
→DetectorElementCollectionKeys
-
PixelEstimatedTrackParameters
+StripEstimatedTrackParameters
→EstimatedTrackParametersKeys
-
PixelSeeds
+StripSeeds
→SeedContainerKeys
-
SeedLabels
is now a list of the same length. Previously needed to be of length 2.
-
- Currently all the lists must contain the same number of keys. Python uses length
1
(pixel or strip only) or2
(both pixel and strip), but this could later be extended to support PPS etc seeds. - Statistics only collected and printed for containers that are enabled.
Edited by Tim Adye