Hi,
Is your feature request related to a problem? Please describe.
When I analysis the simulation data using FairRunAna generated from the FairRunSim, the event header cannot be filled during the analysis and written to the output file, because the FairEventHeader used by FairRunAna is incompatible with FairMCEventHeader used by FairRunSim
Describe the solution you'd like
A simple solution would be making FairMCEventHeader as a dervied class from FairEventHeader. With this, FairMCEventHeader can be correctly handled in FairRunAna as well.