CMS 3D CMS Logo

Public Member Functions | Public Attributes | Static Public Attributes

stor::RunMonitorCollection::UnwantedEvent Struct Reference

List of all members.

Public Member Functions

 UnwantedEvent (const I2OChain &)

Public Attributes

std::string alarmName
std::vector< unsigned char > bitList
uint32_t count
uint32_t hltTriggerCount
uint32_t previousCount

Static Public Attributes

static uint32_t nextId

Detailed Description

Definition at line 107 of file RunMonitorCollection.h.


Constructor & Destructor Documentation

stor::RunMonitorCollection::UnwantedEvent::UnwantedEvent ( const I2OChain ioc)

Definition at line 207 of file RunMonitorCollection.cc.

References alarmName, bitList, stor::I2OChain::hltTriggerBits(), hltTriggerCount, stor::I2OChain::hltTriggerCount(), and nextId.

  : count(1), previousCount(0)
  {
    std::ostringstream str;
    str << "UnwantedEvent_" << nextId++;
    alarmName = str.str();
    hltTriggerCount = ioc.hltTriggerCount();
    ioc.hltTriggerBits(bitList);
  }

Member Data Documentation

Definition at line 111 of file RunMonitorCollection.h.

Referenced by UnwantedEvent().

Definition at line 113 of file RunMonitorCollection.h.

Referenced by UnwantedEvent().

Definition at line 109 of file RunMonitorCollection.h.

Definition at line 112 of file RunMonitorCollection.h.

Referenced by UnwantedEvent().

Definition at line 117 of file RunMonitorCollection.h.

Referenced by UnwantedEvent().

Definition at line 110 of file RunMonitorCollection.h.