LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
10  public:
11  ~InputSourceMutexSentry() noexcept;
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:
Definition: MVAAlg.h:12
static std::recursive_mutex inputSourceMutex_