ROOTANA
Data Structures | Functions | Variables
RootLock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  LockRootGuard
 

Functions

void LockRoot ()
 
void UnlockRoot ()
 
void StartLockRootTimer (int period_msec=100)
 

Variables

bool gDebugLockRoot
 

Function Documentation

◆ LockRoot()

void LockRoot ( )

Definition at line 24 of file RootLock.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StartLockRootTimer()

void StartLockRootTimer ( int  period_msec = 100)

Definition at line 115 of file RootLock.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UnlockRoot()

void UnlockRoot ( )

Definition at line 34 of file RootLock.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ gDebugLockRoot

bool gDebugLockRoot
extern

Definition at line 22 of file RootLock.cxx.