Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JetScapeModuleMutex.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file JetScapeModuleMutex.h
1 #ifndef JETSCAPEMODULEMUTEX_H
2 #define JETSCAPEMODULEMUTEX_H
3 
4 #include <vector>
5 #include <memory>
6 #include "JetScapeTask.h"
7 
8 using namespace std;
9 using std::shared_ptr;
10 
11 namespace Jetscape {
12 
14 public:
15  virtual bool CheckMutex(vector<shared_ptr<JetScapeTask>> modules) = 0;
16 };
17 
18 } // end namespace Jetscape
19 
20 #endif