DQMScope

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11
#ifndef DQMSERVICES_CORE_DQM_SCOPE_H
#define DQMSERVICES_CORE_DQM_SCOPE_H

/** Gateway to accessing DQM core in threads other than the CMSSW thread.  */
class DQMScope {
public:
  DQMScope();
  ~DQMScope();
};

#endif  // DQMSERVICES_CORE_DQM_SCOPE_H