Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
MartiniMutex.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MartiniMutex.h
1
#ifndef MARTINIMUTEX_H
2
#define MARTINIMUTEX_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
15
class
MartiniMutex
:
public
JetScapeModuleMutex
{
16
public
:
17
MartiniMutex
();
18
~
MartiniMutex
();
19
bool
CheckMutex(vector<
shared_ptr<JetScapeTask>
> modules);
20
};
21
22
#endif
JETSCAPE
blob
main
src
jet
MartiniMutex.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:25
using
1.8.2 with
sPHENIX GitHub integration