ATLAS Offline Software
Classes | Namespaces | Typedefs
IAthenaMPTool.h File Reference
#include "GaudiKernel/IAlgTool.h"
#include "AthenaInterprocess/FdsRegistry.h"
#include "CxxUtils/checker_macros.h"
#include <memory>
#include <vector>
#include <map>
Include dependency graph for IAthenaMPTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AthenaMP::WorkerOutput
 
class  IAthenaMPTool
 

Namespaces

 AthenaMP
 

Typedefs

typedef std::vector< WorkerOutput > AthenaMP::SingleWorkerOutputs
 
typedef std::map< std::string, SingleWorkerOutputs > AthenaMP::AllWorkerOutputs
 
typedef AllWorkerOutputs::iterator AthenaMP::AllWorkerOutputsIterator
 
typedef std::unique_ptr< AllWorkerOutputs > AthenaMP::AllWorkerOutputs_ptr