15 Algorithm to load InDet tracks data from CSV files to xAOD collections
16 Conventions in files naming:
17 - the files should reside in one dir and alg needs to be pointed to it through indir property, the naming convention: container_event_XYZ.csv should be used
18 - files CSV format needs to be identical to the one used in export
19 - if a given file is missing the data is not loaded, just reporting in the log about it
20 - If need to modify this behavior, hey, go for it, it is python