7 #include <stdair/basic/BasFileMgr.hpp>
8 #include <stdair/basic/RandomGeneration.hpp>
9 #include <stdair/bom/Inventory.hpp>
19 stdair::EventQueue& ioEventQueue,
20 stdair::RandomGeneration& ioSharedGenerator,
24 const bool doesExistAndIsReadable =
25 stdair::BasFileMgr::doesExistAndIsReadable (iFilename);
26 if (doesExistAndIsReadable ==
false) {
27 STDAIR_LOG_ERROR (
"The demand input file '" << iFilename
28 <<
"' does not exist or can not be read");
31 +
"' does not exist or can not "
37 iDefaultPOSProbablityMass, iFilename);