CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
stor::AlarmParams Struct Reference

#include <Configuration.h>

Public Member Functions

 AlarmParams ()
 

Public Attributes

bool careAboutUnwantedEvents_
 
unsigned int errorEvents_
 
bool isProductionSystem_
 
unsigned int unwantedEvents_
 

Detailed Description

Data structure to hold configuration parameters that are used to enable sentinel alarms

Definition at line 136 of file Configuration.h.

Constructor & Destructor Documentation

stor::AlarmParams::AlarmParams ( )
inline

Definition at line 145 of file Configuration.h.

145  :
146  isProductionSystem_(false), // Initialize default to false here. This struct is
147  careAboutUnwantedEvents_(true) // used before the actual values are set during the
148  {}; // configure transition.

Member Data Documentation

bool stor::AlarmParams::careAboutUnwantedEvents_
unsigned int stor::AlarmParams::errorEvents_
bool stor::AlarmParams::isProductionSystem_
unsigned int stor::AlarmParams::unwantedEvents_