CMS 3D CMS Logo

Public Member Functions | Public Attributes

cond::SessionMonitor Struct Reference

The session related book-keeping of monitored events. More...

#include <SQLMonitoringService.h>

List of all members.

Public Member Functions

 SessionMonitor ()
 SessionMonitor (bool, coral::monitor::Level)

Public Attributes

bool active
coral::monitor::Level level
EventStream stream

Detailed Description

The session related book-keeping of monitored events.

Definition at line 27 of file SQLMonitoringService.h.


Constructor & Destructor Documentation

data git CMSSW_5_3_11_patch5 src CondCore DBCommon plugins SQLMonitoringService cc cond::SessionMonitor::SessionMonitor ( )

Definition at line 12 of file SQLMonitoringService.cc.

    : active( false ), level( coral::monitor::Default ), stream()
  {
  }
  
cond::SessionMonitor::SessionMonitor ( bool  act,
coral::monitor::Level  lvl 
)

Definition at line 17 of file SQLMonitoringService.cc.

    : active( act ), level( lvl ), stream()
  {
  }


Member Data Documentation

Definition at line 31 of file SQLMonitoringService.h.

coral::monitor::Level cond::SessionMonitor::level

Definition at line 32 of file SQLMonitoringService.h.

Definition at line 33 of file SQLMonitoringService.h.