Code cleanup of SeedToTrackConversionTool (ATLASRECTS-3037)
Code cleanup of SeedToTrackConversionTool
- Move initialization to the header file.
- Unify coding style.
- Change indentation.
- Use range based for loops.
The ESD file with
Trk::TrackCollection_tlp6_SiSPSeedSegments
produced by
Reco_tf.py --AMI q431 --preExec 'RAWtoESD:from InDetRecExample.InDetJobProperties import InDetFlags; InDetFlags.doStoreTrackSeeds=True' --maxEvents 5 --outputESDFile ESD.pool.root
is unchanged by the code changes.
TODO in a new MR: Direct StoreGate access has to be replaced by WriteDataHandle with different names for different algorithms using private tool handle. (Done in MR !23113 (closed))
Edited by Susumu Oda