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.
Hi,
Is your feature request related to a problem? Please describe.
When I analysis the simulation data using
FairRunAnagenerated from theFairRunSim, the event header cannot be filled during the analysis and written to the output file, because theFairEventHeaderused byFairRunAnais incompatible withFairMCEventHeaderused byFairRunSimDescribe the solution you'd like
A simple solution would be making
FairMCEventHeaderas a dervied class fromFairEventHeader. With this,FairMCEventHeadercan be correctly handled inFairRunAnaas well.