FairBaseParSet not initialized [message #15553] |
Mon, 07 October 2013 12:05 |
Daniel Wielanek
Messages: 14 Registered: October 2012 Location: Warsaw
|
occasional visitor |
From: *jinr.ru
|
|
Dear FairROOTers,
I have strange problem. I wrote my code for analysis that uses MpdROOT (task in FairRunAna).
I have to create my data in two steps:
running runMC.C macro - this generates for me FairMCTracks and MpdTpcHits,
running reco.C macro - this fits MpdTpcHits to tracks.
Later I would like to analyse them, but when i try to use my overwritten FairTask I get error:
*************************************************************
initialisation for run id 573299799
*************************************************************
[ERROR ] init() FairBaseParSet not initialized
Error in <FairRuntimeDb::initContainers()>: Error occured during initialization
I tried to use similar code on data created by runMC.C macro and it worked without any problems, so I think that something in reco.C macro or task in this class are missed. Probably FairBaseParSet - that is present int file created by runMC.C (together with all geo stuff).
Can I add this class on the fly? What part of code should I change to wrote FairBaseParSet from previous file?
|
|
|