Hi,
this is a more complicated problem, and we are still investigating on it.
For the moment, in order to get rid of it, you should modify fts/PndFtsHitProducerReal.cxx:
void PndFtsHitProducerRealFast::SetParContainers() {
FairRuntimeDb* rtdb = FairRunAna::Instance()->GetRuntimeDb();
std::cout<<"pndgeoftspar: prima"<<std::endl;
fFtsParameters = (PndGeoFtsPar*) rtdb->getContainer("PndGeoFtsPar");
std::cout<<"dopo############"<<std::endl;
}
Just comment out the line:
// fFtsParameters = (PndGeoFtsPar*) rtdb->getContainer("PndGeoFtsPar");
and recompile. This should be enough.