Hi,
From the grid job status I see that the jobs finish with errors.
Without looking into the log I still suspect that updated version of mdt was used in the simulation but the macros were not updated.
I have just updated eta_c macros accordingly.
So the jobs have to be resubmited with corrected macros.
The following mdt code should be inside simulation macros:
PndMdt *Muo = new PndMdt("MDT",kTRUE);
Muo->SetMdtMagnet(kTRUE);
// Muo->SetMdtMFIron(kFALSE);
Muo->SetMdtCoil(kTRUE);
Muo->SetBarrel("muon_TS_barrel_strip_v1_noGeo.root");
Muo->SetEndcap("muon_TS_endcap_strip_v1_noGeo.root");
Muo->SetForward("muon_Forward_strip_v1_noGeo.root");
Muo->SetMuonFilter("muon_MuonFilter_strip_v1_noGeo.root");
fRun->AddModule(Muo);
Dima