39// the m_PrdfNode already exists (Pisa Input Mgr creates one also)
40return 0;
41 }
42
43// check name wrt default
44if (nodeName != "SIMPRDF")
45 {
46 cout << "Fun4AllPrdfOutputManager::InitPrdfNode - WARNING: nodeName is \"" << nodeName << "\". most systems expect \"SIMPRDF\" and this is most likely not going to work" << endl;