LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
InputSourceMutex.h
Go to the documentation of this file.
1
#ifndef art_Framework_Core_InputSourceMutex_h
2
#define art_Framework_Core_InputSourceMutex_h
3
// vim: set sw=2 expandtab :
4
5
#include <mutex>
6
7
namespace
art
{
8
9
class
InputSourceMutexSentry
{
10
public
:
11
~InputSourceMutexSentry
() noexcept;
12
InputSourceMutexSentry
();
13
14
private
:
15
static
std::recursive_mutex
inputSourceMutex_
;
16
};
17
18
}
// namespace art
19
20
#endif
/* art_Framework_Core_InputSourceMutex_h */
21
22
// Local Variables:
23
// mode: c++
24
// End:
art::InputSourceMutexSentry
Definition:
InputSourceMutex.h:9
art::InputSourceMutexSentry::InputSourceMutexSentry
InputSourceMutexSentry()
Definition:
InputSourceMutex.cc:12
art::InputSourceMutexSentry::~InputSourceMutexSentry
~InputSourceMutexSentry() noexcept
Definition:
InputSourceMutex.cc:7
art
Definition:
MVAAlg.h:12
art::InputSourceMutexSentry::inputSourceMutex_
static std::recursive_mutex inputSourceMutex_
Definition:
InputSourceMutex.h:15
art
Framework
Core
InputSourceMutex.h
Generated on Thu May 2 2024 20:59:29 for LArSoft by
1.8.11