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