Aachen-3A / PxlAnalyzer

The PxlAnalyzer serves as the framework to run dedicated Analysis on pxlio files created by the PxlSkimmer
1 stars 0 forks source link

Keep backwards compability if userRecord names change #23

Closed tobias-pook closed 8 years ago

tobias-pook commented 8 years ago

From time to time names in the PxlSkimmer change and one needs to adjust the code in the analyzer. Each change makes previously created pxlio files unusable with the latest Analyzer versions.

There should be a general way to declare replacement names for userRecord names to keep the analyzer code working for a larger set of pxlioFiles.

tobias-pook commented 8 years ago

The issue can now be solved with the oldNameMapper, as introduced in commit: ba2eba0fb37dbceb3547936922c95628e67e513b

It is further documented in a wiki article: https://github.com/Aachen-3A/PxlAnalyzer/wiki/Backwards-compability