![]() |
ATLAS Offline Software
|
#include "SharedEvtQueueProvider.h"#include "AthenaInterprocess/ProcessGroup.h"#include "GaudiKernel/IEvtSelector.h"#include "GaudiKernel/IIncidentSvc.h"#include "GaudiKernel/FileIncident.h"#include "GaudiKernel/IIoComponentMgr.h"#include "GaudiKernel/ISvcLocator.h"#include "AthenaKernel/IEventShare.h"#include "CxxUtils/xmalloc.h"#include <boost/interprocess/shared_memory_object.hpp>#include <boost/interprocess/mapped_region.hpp>#include <sys/stat.h>#include <sstream>#include <fstream>#include <unistd.h>#include <stdio.h>#include <stdint.h>#include <stdexcept>#include <filesystem>
1.8.18