#include <DQMScope.h>
Public Member Functions | |
DQMScope () | |
~DQMScope () | |
Release access lock to the DQM core. More... | |
Gateway to accessing DQM core in threads other than the CMSSW thread.
Definition at line 5 of file DQMScope.h.
DQMScope::DQMScope | ( | ) |
Acquire lock and access to the DQM core from a thread other than the "main" CMSSW processing thread, such as in extra XDAQ threads.
Definition at line 21 of file DQMService.cc.
References s_mutex.
DQMScope::~DQMScope | ( | ) |
Release access lock to the DQM core.
Definition at line 25 of file DQMService.cc.
References s_mutex.